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"
|
||||
${SetOutPath} "$INSTDIR\bin"
|
||||
${File} "qTox-win32\*.*"
|
||||
${File} "qtox\*.*"
|
||||
|
||||
${CreateDirectory} "imageformats"
|
||||
${SetOutPath} "$INSTDIR\bin\imageformats"
|
||||
${File} "qTox-win32\imageformats\*.*"
|
||||
${File} "qtox\imageformats\*.*"
|
||||
${SetOutPath} "$INSTDIR\bin"
|
||||
|
||||
${CreateDirectory} "platforms"
|
||||
${SetOutPath} "$INSTDIR\bin\platforms"
|
||||
${File} "qTox-win32\platforms\*.*"
|
||||
${File} "qtox\platforms\*.*"
|
||||
${SetOutPath} "$INSTDIR\bin"
|
||||
|
||||
${CreateDirectory} "sqldrivers"
|
||||
${SetOutPath} "$INSTDIR\bin\sqldrivers"
|
||||
${File} "qTox-win32\sqldrivers\*.*"
|
||||
${File} "qtox\sqldrivers\*.*"
|
||||
${SetOutPath} "$INSTDIR\bin"
|
||||
|
||||
# Create shortcuts
|
||||
|
|
Loading…
Reference in New Issue
Block a user