File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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 : {
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 : {
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}
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments