mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-26 19:31:08 -04:00
Fixed name of executable for autostart in Windows Installer
This commit is contained in:
parent
3e25d96daa
commit
ee867683ff
2 changed files with 2 additions and 2 deletions
|
@ -292,7 +292,7 @@ SectionEnd
|
||||||
SectionGroupEnd
|
SectionGroupEnd
|
||||||
|
|
||||||
Section $(Section_AutoStart) Section_AutoStart
|
Section $(Section_AutoStart) Section_AutoStart
|
||||||
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Run" "RetroShare" "$INSTDIR\${APPNAME}06.exe -m"
|
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Run" "RetroShare" "$INSTDIR\retroshare.exe -m"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
;Section $(Section_AutoStart) Section_AutoStart
|
;Section $(Section_AutoStart) Section_AutoStart
|
||||||
|
|
|
@ -310,7 +310,7 @@ SectionEnd
|
||||||
SectionGroupEnd
|
SectionGroupEnd
|
||||||
|
|
||||||
Section $(Section_AutoStart) Section_AutoStart
|
Section $(Section_AutoStart) Section_AutoStart
|
||||||
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Run" "RetroShare" "$INSTDIR\${APPNAME}06.exe -m"
|
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Run" "RetroShare" "$INSTDIR\retroshare.exe -m"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
;Section $(Section_AutoStart) Section_AutoStart
|
;Section $(Section_AutoStart) Section_AutoStart
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue