add win32

This commit is contained in:
Mylloon 2023-07-30 02:06:25 +02:00
parent 9726f366f3
commit f29c50c14d
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -7,6 +7,6 @@
## Package the app for Windows ## Package the app for Windows
```bash ```bash
npm install npm install --platform=win32
npm run package npm run package
``` ```