build(windows): default the installer EXE_NAME to retroshare-gui.exe

deploy-windows.sh always passes /DEXE_NAME=retroshare-gui.exe, the name
the CMake build produces and the portable package ships, so the installer
already deploys retroshare-gui.exe everywhere. Align the fallback default
used when makensis is run by hand, so the executable name matches the
Linux one in every path.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
jolavillette 2026-08-01 20:23:26 +02:00
parent 033bba3c38
commit 797d3242ba

View File

@ -15,7 +15,7 @@
;!define OUTDIR ""
;!define INSTALLERADD ""
!ifndef EXE_NAME
!define EXE_NAME "retroshare.exe"
!define EXE_NAME "retroshare-gui.exe"
!endif
# Check needed defines