fix: the win config is incorrect (#437)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
This commit is contained in:
parent
0d481b31ab
commit
8b2c8f289c
|
@ -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
|
||||
|
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue