🐛 Fix: windows ia32 && x64 build options

This commit is contained in:
PiEgg
2021-07-14 23:46:33 +08:00
parent 49e5f343f4
commit bdf523a060
2 changed files with 10 additions and 4 deletions

View File

@@ -26,6 +26,7 @@ install:
build_script:
#- yarn test
- npm run release
- yarn build --win --ia32
- yarn release
test: off