-
Notifications
You must be signed in to change notification settings - Fork 619
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "only enable notarize when release"
This reverts commit 1e3febd.
- Loading branch information
Pompurin404
committed
Dec 31, 2024
1 parent
0c345fa
commit 0b06d2a
Showing
4 changed files
with
3,410 additions
and
3,148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -197,10 +197,6 @@ jobs: | |
pnpm install | ||
pnpm add @mihomo-party/sysproxy-darwin-${{ matrix.arch }} | ||
pnpm prepare --${{ matrix.arch }} | ||
- name: Enable Notarization | ||
if: startsWith(github.ref, 'refs/tags/v') | ||
run: | | ||
sed -i "" -e "s/notarize: false/notarize: true/" electron-builder.yml | ||
- name: Build | ||
env: | ||
npm_config_arch: ${{ matrix.arch }} | ||
|
@@ -256,10 +252,6 @@ jobs: | |
pnpm add @mihomo-party/sysproxy-darwin-${{ matrix.arch }} | ||
pnpm add -D [email protected] | ||
pnpm prepare --${{ matrix.arch }} | ||
- name: Enable Notarization | ||
if: startsWith(github.ref, 'refs/tags/v') | ||
run: | | ||
sed -i "" -e "s/notarize: false/notarize: true/" electron-builder.yml | ||
- name: Build | ||
env: | ||
npm_config_arch: ${{ matrix.arch }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.