Skip to content

Commit 0031618

Browse files
committed
building first version with alt tool
1 parent 7335d9e commit 0031618

File tree

5 files changed

+7157
-2491
lines changed

5 files changed

+7157
-2491
lines changed

.erb/scripts/notarize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ exports.default = async function notarizeMacos(context) {
2626
appBundleId: build.appId,
2727
appPath: `${appOutDir}/${appName}.app`,
2828
appleId: process.env.APPLE_ID,
29-
appleIdPassword: process.env.APPLE_ID_PASS,
29+
appleIdPassword: process.env.APPLE_APP_SPECIFIC_PASSWORD,
3030
});
3131
};

0 commit comments

Comments
 (0)