Skip to content

Commit

Permalink
Add --make-args cmd arg for windows (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK authored Oct 31, 2024
1 parent 9da2f7f commit aa6e4e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
asset-name: win64.zip
pkg-dir: pkg/win
bin-file: ./pkg/win/index.exe
make-args: ''
make-args: --make-args="vs2022"
zip-cmd: npm run zip-jszip -- -o ./pkg/win/win64.zip ./pkg/win/LICENSE ./pkg/win/README.md ./pkg/win/README.ja.md ./pkg/win/index.exe
zip-mime: application/zip
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion modules/version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
"test": "c8 --reporter=text mocha --exit test/*.test.js",
"zip-jszip": "jszip"
},
"version": "8.1.0"
"version": "8.1.1-b.3"
}

0 comments on commit aa6e4e2

Please sign in to comment.