Skip to content

Commit

Permalink
fix(build-macos): remove appBundleId (#780) (#781)
Browse files Browse the repository at this point in the history
* fix(build-macos): add team id

* fix(build-macos): remove appBundleId
  • Loading branch information
2xAA authored Nov 5, 2022
1 parent 9ce665c commit 0109e21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ exports.default = async function notarizing(context) {

return await notarize({
tool: "notarytool",
appBundleId: "gl.vcync.modv",
appPath: `${appOutDir}/${appName}.app`,
appleId: process.env.APPLEID,
appleIdPassword: process.env.APPLEIDPASS,
Expand Down

0 comments on commit 0109e21

Please sign in to comment.