mirror of
https://github.com/RetroShare/RetroShare.git
synced 2026-09-12 19:50:17 +05:00
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:
parent
033bba3c38
commit
797d3242ba
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user