mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-12 01:40:53 +01:00
Update notarize script
This commit is contained in:
parent
c7f12e44fe
commit
5869d72cc9
@ -10,7 +10,7 @@ exports.default = async function notarizing(context) {
|
||||
const appName = context.packager.appInfo.productFilename;
|
||||
|
||||
return await notarize({
|
||||
appBundleId: "io.datasette.app",
|
||||
appBundleId: "org.upscayl.Upscayl",
|
||||
appPath: `${appOutDir}/${appName}.app`,
|
||||
appleId: process.env.APPLEID,
|
||||
appleIdPassword: process.env.APPLEIDPASS,
|
||||
|
Loading…
Reference in New Issue
Block a user