mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
use appBundleId
This commit is contained in:
parent
83bdcef522
commit
747eed4959
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ module.exports = {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(`Notarizing ${appId} found at ${appPath} with Apple ID ${process.env.APPLE_ID}`);
|
console.log(`Notarizing ${appBundleId} found at ${appPath} with Apple ID ${process.env.APPLE_ID}`);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
await notarize({
|
await notarize({
|
||||||
|
|
Loading…
Reference in a new issue