Skip to content

Commit 46c6129

Browse files
committed
优化构建配置
1 parent 8c77530 commit 46c6129

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,6 @@ jobs:
8484
release/${env.VERSION}/latest*.yml
8585
release/${env.VERSION}/*.blockmap
8686
body: ${{ env.NOTES }}
87+
allowUpdates: true
8788
env:
8889
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- 支持自动化批量任务
1212
- 美观的UI界面
1313

14-
## [v0.7.6] - 2025-08-07
14+
## [v0.7.7] - 2025-08-07
1515
### Added
1616
- 构建测试
1717
- 跨平台: macOS dmg, Windows exe, Linux AppImage.

electron-builder.json5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
beforePack: './scripts/before-pack.js',
1313
mac: {
1414
target: ['dmg'],
15-
artifactName: '${productName}-Mac-${arch}-${version}-Installer.${ext}',
15+
artifactName: '${name}-mac-${arch}-${version}-installer.${ext}',
1616
icon: './public/icon.png',
1717
},
1818
win: {
@@ -21,7 +21,7 @@
2121
target: 'nsis',
2222
},
2323
],
24-
artifactName: '${productName}-Windows-${arch}-${version}-Setup.${ext}',
24+
artifactName: '${name}-windows-${arch}-${version}-setup.${ext}',
2525
icon: './public/icon.png',
2626
},
2727
nsis: {
@@ -33,7 +33,7 @@
3333
},
3434
linux: {
3535
target: ['AppImage'],
36-
artifactName: '${productName}-Linux-${arch}-${version}.${ext}',
36+
artifactName: '${name}-linux-${arch}-${version}.${ext}',
3737
icon: './public/icon.png',
3838
},
3939
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "short-video-factory",
33
"description": "短视频工厂,一键生成产品营销与泛内容短视频,AI批量自动剪辑",
4-
"version": "0.7.6",
4+
"version": "0.7.7",
55
"author": {
66
"name": "YILS",
77
"developer": "YILS",

0 commit comments

Comments
 (0)