Skip to content

Commit

Permalink
fix(desktop): Fix app name in notarization script (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajivshah3 authored Mar 22, 2021
1 parent e602a27 commit f6d0504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop/scripts/notarize.macos.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ exports.default = async () => {

await notarize({
appBundleId: 'org.iota.firefly',
appPath: path.resolve(__dirname, '../out/mac/Firefly.app'),
appPath: path.resolve(__dirname, '../out/mac/Firefly Beta.app'),
appleId: APPLE_ID,
appleIdPassword: APPLE_ID_PASSWORD,
ascProvider: 'UG77RJKZHH',
Expand Down

0 comments on commit f6d0504

Please sign in to comment.