优化构建配置

This commit is contained in:
YILS
2025-08-08 10:04:41 +08:00
parent 8c77530f58
commit 46c612946b
4 changed files with 6 additions and 5 deletions

View File

@@ -84,5 +84,6 @@ jobs:
release/${env.VERSION}/latest*.yml
release/${env.VERSION}/*.blockmap
body: ${{ env.NOTES }}
allowUpdates: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -11,7 +11,7 @@
- 支持自动化批量任务
- 美观的UI界面
## [v0.7.6] - 2025-08-07
## [v0.7.7] - 2025-08-07
### Added
- 构建测试
- 跨平台: macOS dmg, Windows exe, Linux AppImage.

View File

@@ -12,7 +12,7 @@
beforePack: './scripts/before-pack.js',
mac: {
target: ['dmg'],
artifactName: '${productName}-Mac-${arch}-${version}-Installer.${ext}',
artifactName: '${name}-mac-${arch}-${version}-installer.${ext}',
icon: './public/icon.png',
},
win: {
@@ -21,7 +21,7 @@
target: 'nsis',
},
],
artifactName: '${productName}-Windows-${arch}-${version}-Setup.${ext}',
artifactName: '${name}-windows-${arch}-${version}-setup.${ext}',
icon: './public/icon.png',
},
nsis: {
@@ -33,7 +33,7 @@
},
linux: {
target: ['AppImage'],
artifactName: '${productName}-Linux-${arch}-${version}.${ext}',
artifactName: '${name}-linux-${arch}-${version}.${ext}',
icon: './public/icon.png',
},
}

View File

@@ -1,7 +1,7 @@
{
"name": "short-video-factory",
"description": "短视频工厂一键生成产品营销与泛内容短视频AI批量自动剪辑",
"version": "0.7.6",
"version": "0.7.7",
"author": {
"name": "YILS",
"developer": "YILS",