Skip to content

Commit 48820eb

Browse files
committed
Merge branch 'hotfix/v1.6.26' of https://github.com/entrylabs/entry-hw into hotfix/v1.6.26
2 parents 82fb5bb + e552fc4 commit 48820eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"clean": "rimraf dist",
1010
"start": "set NODE_ENV=development&&electron -d app",
1111
"pack:win32": "build --arch ia32",
12-
"make": "cross-env CSC_NAME=\"Developer ID Application: Connect Foundation (DLFUSDA3L5)\"&&build",
13-
"make:osx": "cross-env CSC_NAME=\"Developer ID Application: Connect Foundation (DLFUSDA3L5)\"&&build",
12+
"make": "cross-env CSC_NAME=\"Connect Foundation (DLFUSDA3L5)\"&&build",
13+
"make:osx": "cross-env CSC_NAME=\"Connect Foundation (DLFUSDA3L5)\"&&build",
1414
"make:win32": "build --arch ia32 --platform=win32 && makensis ./build/entry-hw.nsi"
1515
},
1616
"build": {

0 commit comments

Comments
 (0)