mirror of
https://github.com/libretro/Play-.git
synced 2025-01-22 08:41:07 +00:00
Fix executable path in installer script.
This commit is contained in:
parent
9bbf9f2837
commit
dad9c1bc53
@ -62,7 +62,7 @@ Section "Play! (required)"
|
||||
SetOutPath $INSTDIR
|
||||
|
||||
; Put file there
|
||||
File "..\build\Source\ui_win32\Release\Play.exe"
|
||||
File "..\build\Source\ui_qt\Release\Play.exe"
|
||||
File "..\Readme.html"
|
||||
File "..\Changelog.html"
|
||||
File "..\Patches.xml"
|
||||
|
@ -63,7 +63,7 @@ Section "Play! (required)"
|
||||
SetOutPath $INSTDIR
|
||||
|
||||
; Put file there
|
||||
File "..\build\Source\ui_win32\Release\Play.exe"
|
||||
File "..\build\Source\ui_qt\Release\Play.exe"
|
||||
File "..\Readme.html"
|
||||
File "..\Changelog.html"
|
||||
File "..\Patches.xml"
|
||||
|
Loading…
x
Reference in New Issue
Block a user