fix build

This commit is contained in:
SrGooglo 2024-04-02 19:30:14 +02:00
parent 3e4a6e0ca9
commit eef02a7bec

View File

@ -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