mirror of
https://github.com/HiMeditator/auto-caption.git
synced 2026-02-17 05:34:42 +08:00
update build config
This commit is contained in:
@@ -18,6 +18,9 @@ nsis:
|
||||
shortcutName: ${productName}
|
||||
uninstallDisplayName: ${productName}
|
||||
createDesktopShortcut: always
|
||||
oneClick: false
|
||||
perMachine: true
|
||||
allowToChangeInstallationDirectory: true
|
||||
mac:
|
||||
entitlementsInherit: build/entitlements.mac.plist
|
||||
extendInfo:
|
||||
@@ -30,9 +33,10 @@ dmg:
|
||||
artifactName: ${name}-${version}.${ext}
|
||||
linux:
|
||||
target:
|
||||
- AppImage
|
||||
- snap
|
||||
- deb
|
||||
# - AppImage
|
||||
# - snap
|
||||
# - deb
|
||||
- tar.gz
|
||||
maintainer: electronjs.org
|
||||
category: Utility
|
||||
appImage:
|
||||
|
||||
Reference in New Issue
Block a user