Fix Windows artifact naming in desktop packaging

- Fix the naming convention in Electron output to align with previous
  artifact naming to not break external/internal URLs.
- In desktop execution tests, make artifact locator logic stricter to
  test regression.
This commit is contained in:
undergroundwires
2023-08-30 13:34:30 +02:00
parent ad0576a752
commit f4d86fccfd
9 changed files with 95 additions and 53 deletions

View File

@@ -4,7 +4,7 @@
win:
target: nsis
nsis:
artifactName: ${name}-${version}-Setup.${ext}
artifactName: ${name}-Setup-${version}.${ext}
# -----
# Linux