Skip to content

Commit 7ce03af

Browse files
authored
bump electron-build and add fuse (#8602)
* bump electron-build and add fuse * ts * fix ts issue * js * re-enable notarize * update notarize step * fix jsdoc
1 parent cf12a21 commit 7ce03af

File tree

4 files changed

+1259
-607
lines changed

4 files changed

+1259
-607
lines changed

.github/workflows/release-build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
NODE_OPTIONS: '--max_old_space_size=6144'
9696
APPLE_ID: ${{ runner.os == 'macOS' && secrets.DESIGNER_APPLE_ID || '' }}
9797
APPLE_APP_SPECIFIC_PASSWORD: ${{ runner.os == 'macOS' && secrets.DESIGNER_APPLE_ID_PASSWORD || '' }}
98+
APPLE_TEAM_ID: FX44YY62GV
9899
CSC_LINK: ${{ matrix.csc_link_secret != '' && secrets[matrix.csc_link_secret] || '' }}
99100
CSC_KEY_PASSWORD: ${{ matrix.csc_key_password_secret != '' && secrets[matrix.csc_key_password_secret] || '' }}
100101

0 commit comments

Comments
 (0)