mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 10:53:33 +00:00
attempt fix on beta channel release files
This commit is contained in:
parent
0340cc8a85
commit
c3b4a9edf8
1 changed files with 8 additions and 1 deletions
|
|
@ -16,12 +16,15 @@ win:
|
||||||
- zip
|
- zip
|
||||||
- nsis
|
- nsis
|
||||||
icon: assets/icons/icon.png
|
icon: assets/icons/icon.png
|
||||||
|
generateUpdatesFilesForAllChannels: true
|
||||||
|
|
||||||
nsis:
|
nsis:
|
||||||
allowToChangeInstallationDirectory: true
|
allowToChangeInstallationDirectory: true
|
||||||
oneClick: false
|
oneClick: false
|
||||||
shortcutName: ${productName}
|
shortcutName: ${productName}
|
||||||
uninstallDisplayName: ${productName}
|
uninstallDisplayName: ${productName}
|
||||||
createDesktopShortcut: always
|
createDesktopShortcut: always
|
||||||
|
|
||||||
mac:
|
mac:
|
||||||
target:
|
target:
|
||||||
target: default
|
target: default
|
||||||
|
|
@ -35,8 +38,11 @@ mac:
|
||||||
entitlementsInherit: assets/entitlements.mac.plist
|
entitlementsInherit: assets/entitlements.mac.plist
|
||||||
gatekeeperAssess: false
|
gatekeeperAssess: false
|
||||||
notarize: false
|
notarize: false
|
||||||
|
generateUpdatesFilesForAllChannels: true
|
||||||
|
|
||||||
dmg:
|
dmg:
|
||||||
contents: [{ x: 130, y: 220 }, { x: 410, y: 220, type: link, path: /Applications }]
|
contents: [{ x: 130, y: 220 }, { x: 410, y: 220, type: link, path: /Applications }]
|
||||||
|
|
||||||
linux:
|
linux:
|
||||||
target:
|
target:
|
||||||
- AppImage
|
- AppImage
|
||||||
|
|
@ -44,9 +50,10 @@ linux:
|
||||||
category: AudioVideo;Audio;Player
|
category: AudioVideo;Audio;Player
|
||||||
icon: assets/icons/icon.png
|
icon: assets/icons/icon.png
|
||||||
artifactName: ${productName}-${os}-${arch}.${ext}
|
artifactName: ${productName}-${os}-${arch}.${ext}
|
||||||
|
generateUpdatesFilesForAllChannels: true
|
||||||
|
|
||||||
npmRebuild: false
|
npmRebuild: false
|
||||||
publish:
|
publish:
|
||||||
provider: github
|
provider: github
|
||||||
owner: jeffvli
|
owner: jeffvli
|
||||||
repo: feishin
|
repo: feishin
|
||||||
generateUpdatesFilesForAllChannels: true
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue