Skip to content

Commit

Permalink
FIX-2434 Update desktop installer file name (#2435)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasbruvik authored May 23, 2024
1 parent 9c11764 commit 205c745
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Src/WitsmlExplorer.Desktop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The installer can be downloaded from our [GitHub releases page](https://github.c

## Configuration

A configuration file is created in '%AppData%\Roaming\WEx-Desktop\config.json'. It can be edited to change the API port and the path of logging and database files.
A configuration file is created in `%AppData%\Roaming\WEx-Desktop\config.json`. It can be edited to change the API port and the path of logging and database files.

## For developers

Expand Down Expand Up @@ -46,7 +46,7 @@ Build an installer and install it on your computer:
yarn electron:dist
```

The installer can be found in `Src/WitsmlExplorer.Desktop/dist/WEx-Desktop Setup <version>.exe`. Run it and follow the instructions.
The installer can be found in `Src/WitsmlExplorer.Desktop/dist/WExDesktopInstaller.Windows.x64.<version>.exe`. Run it and follow the instructions.

Run playwright tests:
```sh
Expand Down
2 changes: 1 addition & 1 deletion Src/WitsmlExplorer.Desktop/electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"icon": "resources/logo.png"
},
"nsis": {
"artifactName": "WExDesktop.x64.${version}.${ext}",
"artifactName": "WExDesktopInstaller.Windows.x64.${version}.${ext}",
"oneClick": false,
"perMachine": false,
"allowToChangeInstallationDirectory": true,
Expand Down

0 comments on commit 205c745

Please sign in to comment.