Browse Source

Update windows installer for x64

pull/814/head
Tux3 / Mlkj / !Lev.uXFMLA 11 years ago
parent
commit
33cb5a03ec
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
  1. 8
      windows/qtox.nsi

8
windows/qtox.nsi

@ -249,21 +249,21 @@ Section "Install" @@ -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…
Cancel
Save