File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 env :
5656 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5757 VITE_SPONSORED : true
58+ CSC_LINK : ${{ secrets.CSC_LINK }}
59+ CSC_KEY_PASSWORD : ${{ secrets.CSC_KEY_PASSWORD }}
60+ APPLE_ID : ${{ secrets.APPLE_ID }}
61+ APPLE_APP_SPECIFIC_PASSWORD : ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
62+ APPLE_TEAM_ID : ${{ secrets.APPLE_TEAM_ID }}
5863
5964 - name : Build application (sponsored other platforms)
6065 if : matrix.platform != 'mac'
Original file line number Diff line number Diff line change 6262 run : pnpm run build:${{ matrix.platform }}:${{ matrix.arch }}
6363 env :
6464 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
65+ CSC_LINK : ${{ secrets.CSC_LINK }}
66+ CSC_KEY_PASSWORD : ${{ secrets.CSC_KEY_PASSWORD }}
67+ APPLE_ID : ${{ secrets.APPLE_ID }}
68+ APPLE_APP_SPECIFIC_PASSWORD : ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
69+ APPLE_TEAM_ID : ${{ secrets.APPLE_TEAM_ID }}
6570
6671 - name : Build application (other platforms)
6772 if : matrix.platform != 'mac'
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ auto-imports.d.ts
1313.github /* -instructions.md
1414.env
1515.env. *
16+ electron-builder.env
1617docs /superpowers
1718docs /website /.vitepress /cache
1819docs /website /.vitepress /dist
Original file line number Diff line number Diff line change 1717 "entitlements" : " build/entitlements.mac.inherit.plist" ,
1818 "category" : " public.app-category.productivity" ,
1919 "hardenedRuntime" : true ,
20- "identity " : null
20+ "notarize " : true
2121 },
2222 "win" : {
2323 "target" : [" nsis" , " portable" ],
Original file line number Diff line number Diff line change 1818 "entitlements" : " build/entitlements.mac.inherit.plist" ,
1919 "category" : " public.app-category.productivity" ,
2020 "hardenedRuntime" : true ,
21- "identity " : null
21+ "notarize " : true
2222 },
2323 "win" : {
2424 "target" : [" nsis" , " portable" ],
You can’t perform that action at this time.
0 commit comments