diff --git a/console/atest-desktop/README.md b/console/atest-desktop/README.md index 2432255..3f2a8b8 100644 --- a/console/atest-desktop/README.md +++ b/console/atest-desktop/README.md @@ -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 diff --git a/console/atest-desktop/forge.config.js b/console/atest-desktop/forge.config.js index 5d82269..0796013 100644 --- a/console/atest-desktop/forge.config.js +++ b/console/atest-desktop/forge.config.js @@ -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 + } } } ],