Skip to content

Commit 5b7cabf

Browse files
committed
removed unused file and modified notarize.js to be able to work both locally and with Travis CI
1 parent 569c31b commit 5b7cabf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Leapp",
3-
"version": "0.22.1",
3+
"version": "0.1.0",
44
"author": {
55
"name": "noovolari",
66
"email": "info@noovolari.com"

scripts/notarize.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ exports.default = async function notarizing(context) {
1313
appBundleId: 'com.noovolari.leapp',
1414
appPath: `${appOutDir}/${appName}.app`,
1515
appleId: "mobile@besharp.it",
16-
appleIdPassword: `@keychain:Leapp`,
16+
appleIdPassword: process.env.APPLE_NOTARISATION_PASSWORD ? process.env.APPLE_NOTARISATION_PASSWORD :
17+
"@keychain:Leapp",
1718
});
1819
};

0 commit comments

Comments
 (0)