Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit ba972d5

Browse files
committed
build
1 parent faa67d1 commit ba972d5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,6 @@ typings/
8787

8888
# Electron-Forge
8989
out/
90+
91+
cert.p12
92+
envValue.txt

forge.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const config = {
2424
},
2525
osxSign: {
2626
identity: process.env.OSX_SIGN_IDENTITY,
27-
'hardened-runtime': true,
27+
'hardenedRuntime': true,
2828
'gatekeeper-assess': false,
2929
'entitlements': 'static/entitlements.plist',
3030
'entitlements-inherit': 'static/entitlements.plist',

0 commit comments

Comments
 (0)