File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 3535 - run : npm run rebuild:electron
3636 - run : npx electron-builder --mac --universal --publish never
3737 env :
38- CSC_IDENTITY_AUTO_DISCOVERY : false
38+ CSC_LINK : ${{ secrets.CSC_LINK }}
39+ CSC_KEY_PASSWORD : ${{ secrets.CSC_KEY_PASSWORD }}
40+ APPLE_ID : ${{ secrets.APPLE_ID }}
41+ APPLE_APP_SPECIFIC_PASSWORD : ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
3942 - name : Get version
4043 id : version
4144 run : echo "version=$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT
4952 retention-days : 1
5053
5154 build-win :
55+ # TODO: Code Signing
5256 name : Build (Windows)
5357 needs : test
5458 runs-on : windows-latest
Original file line number Diff line number Diff line change 2020 "mac" : {
2121 "target" : [" dmg" ],
2222 "category" : " public.app-category.games" ,
23- "icon" : " resources/icons/mac/icon.icns"
23+ "icon" : " resources/icons/mac/icon.icns" ,
24+ "notarize" : {
25+ "teamId" : " 2R45ZG5BZL"
26+ }
2427 },
2528 "win" : {
2629 "target" : [" nsis" ],
You can’t perform that action at this time.
0 commit comments