mirror of
https://github.com/ragestudio/relic.git
synced 2025-06-09 02:24:18 +00:00
fix build
This commit is contained in:
parent
3e4a6e0ca9
commit
eef02a7bec
@ -11,10 +11,10 @@ files:
|
||||
asarUnpack:
|
||||
- resources/**
|
||||
win:
|
||||
executableName: relic
|
||||
executableName: Relic
|
||||
icon: resources/icon.ico
|
||||
nsis:
|
||||
artifactName: ${name}-${version}-setup.${ext}
|
||||
artifactName: ${productName}-${version}-setup.${ext}
|
||||
shortcutName: ${productName}
|
||||
uninstallDisplayName: ${productName}
|
||||
createDesktopShortcut: always
|
||||
@ -22,7 +22,7 @@ mac:
|
||||
icon: resources/icon.icns
|
||||
notarize: false
|
||||
dmg:
|
||||
artifactName: ${name}-${version}.${ext}
|
||||
artifactName: ${productName}-${version}.${ext}
|
||||
linux:
|
||||
target:
|
||||
- AppImage
|
||||
@ -31,7 +31,7 @@ linux:
|
||||
maintainer: electronjs.org
|
||||
category: Utility
|
||||
appImage:
|
||||
artifactName: ${name}-${version}.${ext}
|
||||
artifactName: ${productName}-${version}.${ext}
|
||||
npmRebuild: false
|
||||
publish:
|
||||
provider: generic
|
||||
|
Loading…
x
Reference in New Issue
Block a user