Skip to content

Commit

Permalink
feat: remove some of the ectra flags and options
Browse files Browse the repository at this point in the history
  • Loading branch information
darraghoriordan committed Sep 30, 2023
1 parent c85efeb commit 3e1b9b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-builds.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CreateBuilds
name: Build & Ship Installers
on: workflow_dispatch

env:
Expand Down
8 changes: 4 additions & 4 deletions forge.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ const forgeConfig = {
osxSign: {
tool: 'notarytool',
identity: 'Developer ID Application: Darragh ORiordan (74NM54BFA4)',
'hardened-runtime': true,
'gatekeeper-assess': false,
// 'hardened-runtime': true,
// 'gatekeeper-assess': false,
entitlements: 'src/assets/mac-store-meta/entitlements.plist',
'entitlements-inherit': 'src/assets/mac-store-meta/entitlements.plist',
'signature-flags': 'library',
// 'entitlements-inherit': 'src/assets/mac-store-meta/entitlements.plist',
// 'signature-flags': 'library',
},
// Since electron-notarize 1.1.0 it will throw instead of simply print a
// warning to the console, so we have to actively check if we should
Expand Down

0 comments on commit 3e1b9b9

Please sign in to comment.