mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Update windows installer for x64
This commit is contained in:
parent
6afe34fe02
commit
33cb5a03ec
|
@ -249,21 +249,21 @@ Section "Install"
|
||||||
|
|
||||||
${CreateDirectory} "bin"
|
${CreateDirectory} "bin"
|
||||||
${SetOutPath} "$INSTDIR\bin"
|
${SetOutPath} "$INSTDIR\bin"
|
||||||
${File} "qTox-win32\*.*"
|
${File} "qtox\*.*"
|
||||||
|
|
||||||
${CreateDirectory} "imageformats"
|
${CreateDirectory} "imageformats"
|
||||||
${SetOutPath} "$INSTDIR\bin\imageformats"
|
${SetOutPath} "$INSTDIR\bin\imageformats"
|
||||||
${File} "qTox-win32\imageformats\*.*"
|
${File} "qtox\imageformats\*.*"
|
||||||
${SetOutPath} "$INSTDIR\bin"
|
${SetOutPath} "$INSTDIR\bin"
|
||||||
|
|
||||||
${CreateDirectory} "platforms"
|
${CreateDirectory} "platforms"
|
||||||
${SetOutPath} "$INSTDIR\bin\platforms"
|
${SetOutPath} "$INSTDIR\bin\platforms"
|
||||||
${File} "qTox-win32\platforms\*.*"
|
${File} "qtox\platforms\*.*"
|
||||||
${SetOutPath} "$INSTDIR\bin"
|
${SetOutPath} "$INSTDIR\bin"
|
||||||
|
|
||||||
${CreateDirectory} "sqldrivers"
|
${CreateDirectory} "sqldrivers"
|
||||||
${SetOutPath} "$INSTDIR\bin\sqldrivers"
|
${SetOutPath} "$INSTDIR\bin\sqldrivers"
|
||||||
${File} "qTox-win32\sqldrivers\*.*"
|
${File} "qtox\sqldrivers\*.*"
|
||||||
${SetOutPath} "$INSTDIR\bin"
|
${SetOutPath} "$INSTDIR\bin"
|
||||||
|
|
||||||
# Create shortcuts
|
# Create shortcuts
|
||||||
|
|
Loading…
Reference in New Issue
Block a user