Skip to content

Commit

Permalink
fix: 🔧 去除未测试环境的打包以修复构建失败的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Sep 16, 2023
1 parent c85f8fb commit d6ec7fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
- name: Install Dependencies
run: npm install

- name: build-linux
if: matrix.os == 'ubuntu-latest'
run: npm run build:linux
# - name: build-linux
# if: matrix.os == 'ubuntu-latest'
# run: npm run build:linux

- name: build-mac
if: matrix.os == 'macos-latest'
run: npm run build:mac
# - name: build-mac
# if: matrix.os == 'macos-latest'
# run: npm run build:mac

- name: build-win
if: matrix.os == 'windows-latest'
Expand Down
3 changes: 1 addition & 2 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ asarUnpack:
win:
executableName: escrcpy
target:
- target: nsis
arch: [ia32, x64]
- nsis
- zip
- portable
nsis:
Expand Down

0 comments on commit d6ec7fd

Please sign in to comment.