From 205c745a2a877dcf60fba4a8f2822d77a467946b Mon Sep 17 00:00:00 2001 From: Elias Kristoffer Bruvik <70512270+eliasbruvik@users.noreply.github.com> Date: Thu, 23 May 2024 10:20:27 +0200 Subject: [PATCH] FIX-2434 Update desktop installer file name (#2435) --- Src/WitsmlExplorer.Desktop/README.md | 4 ++-- Src/WitsmlExplorer.Desktop/electron-builder.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Src/WitsmlExplorer.Desktop/README.md b/Src/WitsmlExplorer.Desktop/README.md index 9c5191bbc..cc28b8b3f 100644 --- a/Src/WitsmlExplorer.Desktop/README.md +++ b/Src/WitsmlExplorer.Desktop/README.md @@ -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 @@ -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 .exe`. Run it and follow the instructions. +The installer can be found in `Src/WitsmlExplorer.Desktop/dist/WExDesktopInstaller.Windows.x64..exe`. Run it and follow the instructions. Run playwright tests: ```sh diff --git a/Src/WitsmlExplorer.Desktop/electron-builder.json b/Src/WitsmlExplorer.Desktop/electron-builder.json index b00e86abd..b5f344f7f 100644 --- a/Src/WitsmlExplorer.Desktop/electron-builder.json +++ b/Src/WitsmlExplorer.Desktop/electron-builder.json @@ -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,