mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +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
|
||||
- nsis
|
||||
icon: assets/icons/icon.png
|
||||
generateUpdatesFilesForAllChannels: true
|
||||
|
||||
nsis:
|
||||
allowToChangeInstallationDirectory: true
|
||||
oneClick: false
|
||||
shortcutName: ${productName}
|
||||
uninstallDisplayName: ${productName}
|
||||
createDesktopShortcut: always
|
||||
|
||||
mac:
|
||||
target:
|
||||
target: default
|
||||
|
|
@ -35,8 +38,11 @@ mac:
|
|||
entitlementsInherit: assets/entitlements.mac.plist
|
||||
gatekeeperAssess: false
|
||||
notarize: false
|
||||
generateUpdatesFilesForAllChannels: true
|
||||
|
||||
dmg:
|
||||
contents: [{ x: 130, y: 220 }, { x: 410, y: 220, type: link, path: /Applications }]
|
||||
|
||||
linux:
|
||||
target:
|
||||
- AppImage
|
||||
|
|
@ -44,9 +50,10 @@ linux:
|
|||
category: AudioVideo;Audio;Player
|
||||
icon: assets/icons/icon.png
|
||||
artifactName: ${productName}-${os}-${arch}.${ext}
|
||||
generateUpdatesFilesForAllChannels: true
|
||||
|
||||
npmRebuild: false
|
||||
publish:
|
||||
provider: github
|
||||
owner: jeffvli
|
||||
repo: feishin
|
||||
generateUpdatesFilesForAllChannels: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue