pull/5370/head
filip mertens 9 months ago
parent b56397aa6e
commit 070dc5c705
  1. 1
      apps/remixdesktop/aftersign.js

@ -50,6 +50,7 @@ exports.default = async function notarizing(context) {
async function runNotarize() { async function runNotarize() {
console.log('NOTARIZING + ', `xcrun stapler staple "${appPath}"`)
console.log({ console.log({
appBundleId: 'org.ethereum.remix-ide', // Your app's bundle ID appBundleId: 'org.ethereum.remix-ide', // Your app's bundle ID
appPath: `${appOutDir}/${appName}.app`, // Path to your .app appPath: `${appOutDir}/${appName}.app`, // Path to your .app

Loading…
Cancel
Save