Skip to content

Commit

Permalink
added missing AppName (can it be that hard...)
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldsteinlechner committed Apr 15, 2024
1 parent b3acae7 commit f1a5812
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion aardium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dist:darwin:arm64": "bash ./signbuild.sh && electron-builder --c.buildVersion=$BUILD_VERSION --c.artifactName='${productName}-${buildVersion}-${arch}.${ext}' --publish always",
"dist::win32": "electron-builder --c.buildVersion='%BUILD_VERSION%' --c.artifactName='${productName}-${buildVersion}-${arch}.${ext}' --publish always",
"dist:linux:x64": "electron-builder --c.buildVersion=$BUILD_VERSION --c.artifactName='${productName}-${buildVersion}-${arch}.${ext}' --publish always"
},
},
"main": "main.js",
"repository": "https://github.com/electron/electron-quick-start",
"dependencies": {
Expand Down
2 changes: 2 additions & 0 deletions aardium/scripts/notarizeNew.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ exports.default = async function(context) {
return;
}

const appName = context.packager.appInfo.productFilename;

notarize({
appBundleId: 'space.pro3d.app',
appPath: `${appOutDir}/${appName}.app`,
Expand Down

0 comments on commit f1a5812

Please sign in to comment.