Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Apr 4, 2024
2 parents a39a601 + 022018c commit b772612
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
fail-fast: false
matrix:
# platform: [windows-2019]
# platform: [macos-11]
platform: [windows-2019, macos-11, ubuntu-22.04]
platform: [macos-11]
# platform: [windows-2019, macos-11, ubuntu-22.04]
# platform: [windows-2019, ubuntu-22.04]
env:
MACOSX_DEPLOYMENT_TARGET: 10.13
Expand Down
2 changes: 1 addition & 1 deletion scripts/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = async function (params) {

console.log('afterSign hook triggered', params);

const appId = 'holochain.launcher.electron.prototype';
const appId = 'org.lightningrodlabs.we-electron-alpha';

const appPath = path.join(params.appOutDir, `${params.packager.appInfo.productFilename}.app`);
if (!fs.existsSync(appPath)) {
Expand Down

0 comments on commit b772612

Please sign in to comment.