fix build of Win32 installer

This commit is contained in:
Thomas Bernard
2018-05-14 00:34:09 +02:00
parent 994b950616
commit 36ad344673
2 changed files with 14 additions and 9 deletions

View File

@@ -84,7 +84,7 @@ Section "Grafx2" SecProgram
SetOutPath "$INSTDIR"
;ADD YOUR OWN FILES HERE...
File ..\src\gfx2.ico
File "..\src-${VERSION}-HEAD.tgz"
File "..\src-${VERSION}.tgz"
SetOutPath "$INSTDIR\bin"
File ..\bin\grafx2.exe
File ..\bin\SDL_image.dll
@@ -180,7 +180,7 @@ Section "un.SecProgram"
;ADD YOUR OWN FILES HERE...
Delete "$INSTDIR\gfx2.ico"
Delete "$INSTDIR\bin\grafx2.exe"
Delete "$INSTDIR\src-${VERSION}-HEAD.tgz"
Delete "$INSTDIR\src-${VERSION}.tgz"
Delete "$INSTDIR\share\grafx2\gfx2.gif"
Delete "$INSTDIR\share\grafx2\gfx2def.ini"
Delete "$INSTDIR\bin\SDL_image.dll"