Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
Fix mac-local script
Browse files Browse the repository at this point in the history
  • Loading branch information
jwheare committed Jan 13, 2021
1 parent cb208ce commit 963fb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"app": "electron .",
"mac": "electron-builder --mac --universal",
"mas": "electron-builder --mac --universal mas -c.mac.provisioningProfile ${MAS_PROVISIONING_PROFILE-0}",
"mac-local": "electron-builder --mac --universal dir -c.extraMetadata.irccloud.local_build",
"mac-local": "electron-builder --mac --universal --dir -c.extraMetadata.irccloud.local_build",
"mas-dev": "electron-builder --mac mas-dev -c.mac.provisioningProfile ${MAS_PROVISIONING_PROFILE-0}",
"linux": "electron-builder --linux",
"linux-dir": "electron-builder --linux dir",
Expand Down

0 comments on commit 963fb6a

Please sign in to comment.