fix: the win config is incorrect (#437)

Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
This commit is contained in:
Rick 2024-05-17 12:43:33 +08:00 committed by GitHub
parent 0d481b31ab
commit 8b2c8f289c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 5 deletions

View File

@ -21,6 +21,12 @@ You need to install tools if you want to package Windows on Linux:
apt install wine64 zip -y
```
## For Windows
```powershell
dotnet tool install --global wix
```
## Publish
export GITHUB_TOKEN=your-token

View File

@ -40,11 +40,11 @@ module.exports = {
config: {
language: 1033,
manufacturer: 'API Testing Authors',
icon: 'api-testing.ico'
},
ui: {
"enabled": true,
"chooseDirectory": true
icon: 'api-testing.ico',
ui: {
"enabled": true,
"chooseDirectory": true
}
}
}
],