File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 3333 CSC_KEY_PASSWORD : $(CSC_KEY_PASSWORD_MAC)
3434 CSC_LINK : w3c-certs-mac.p12
3535 APP_PW : $(APP_PW)
36+ APPLE_TEAM_ID : $(APPLE_TEAM_ID)
3637 GH_TOKEN : $(GH_TOKEN)
3738
3839
Original file line number Diff line number Diff line change 1- const { notarize } = require ( 'electron- notarize' ) ;
1+ const { notarize } = require ( '@ electron/ notarize' ) ;
22
33exports . default = async function notarizing ( context ) {
44 const { electronPlatformName, appOutDir } = context ;
@@ -9,9 +9,9 @@ exports.default = async function notarizing(context) {
99 const appName = context . packager . appInfo . productFilename ;
1010
1111 return await notarize ( {
12- appBundleId : 'W3Champions' ,
1312 appPath : `${ appOutDir } /${ appName } .app` ,
14131514 appleIdPassword : process . env . APP_PW ,
15+ teamId : process . env . APPLE_TEAM_ID ,
1616 } ) ;
1717} ;
Original file line number Diff line number Diff line change 11{
22 "name" : " w3champions" ,
3- "version" : " 1.3.10 " ,
3+ "version" : " 1.4.0 " ,
44 "private" : true ,
55 "description" : " Always stay up to date with this Launcher for the community Ladder Warcraft 3 Champions." ,
66 "author" : " Deespul LLC" ,
6868 "electron" : " 11.2.0" ,
6969 "electron-builder" : " 23.0.2" ,
7070 "electron-devtools-installer" : " 3.1.1" ,
71- "electron- notarize" : " 1.0.0 " ,
71+ "@ electron/ notarize" : " 2.3.2 " ,
7272 "electron-rebuild" : " 2.3.4" ,
7373 "eslint" : " >= 1.6.0 < 7.0.0" ,
7474 "eslint-plugin-vue" : " 7.4.1" ,
You can’t perform that action at this time.
0 commit comments