mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
nsis: Use File directly instead of macro
This commit is contained in:
parent
f8d75fcc1c
commit
697bbf592d
|
@ -253,17 +253,17 @@ Section "Install"
|
||||||
|
|
||||||
${CreateDirectory} "imageformats"
|
${CreateDirectory} "imageformats"
|
||||||
${SetOutPath} "$INSTDIR\bin\imageformats"
|
${SetOutPath} "$INSTDIR\bin\imageformats"
|
||||||
${File} /nonfatal "qtox\imageformats\*.*"
|
File /nonfatal "qtox\imageformats\*.*"
|
||||||
${SetOutPath} "$INSTDIR\bin"
|
${SetOutPath} "$INSTDIR\bin"
|
||||||
|
|
||||||
${CreateDirectory} "platforms"
|
${CreateDirectory} "platforms"
|
||||||
${SetOutPath} "$INSTDIR\bin\platforms"
|
${SetOutPath} "$INSTDIR\bin\platforms"
|
||||||
${File} /nonfatal "qtox\platforms\*.*"
|
File /nonfatal "qtox\platforms\*.*"
|
||||||
${SetOutPath} "$INSTDIR\bin"
|
${SetOutPath} "$INSTDIR\bin"
|
||||||
|
|
||||||
${CreateDirectory} "sqldrivers"
|
${CreateDirectory} "sqldrivers"
|
||||||
${SetOutPath} "$INSTDIR\bin\sqldrivers"
|
${SetOutPath} "$INSTDIR\bin\sqldrivers"
|
||||||
${File} /nonfatal "qtox\sqldrivers\*.*"
|
File /nonfatal "qtox\sqldrivers\*.*"
|
||||||
${SetOutPath} "$INSTDIR\bin"
|
${SetOutPath} "$INSTDIR\bin"
|
||||||
|
|
||||||
# Create shortcuts
|
# Create shortcuts
|
||||||
|
|
|
@ -253,17 +253,17 @@ Section "Install"
|
||||||
|
|
||||||
${CreateDirectory} "imageformats"
|
${CreateDirectory} "imageformats"
|
||||||
${SetOutPath} "$INSTDIR\bin\imageformats"
|
${SetOutPath} "$INSTDIR\bin\imageformats"
|
||||||
${File} /nonfatal "qtox\imageformats\*.*"
|
File /nonfatal "qtox\imageformats\*.*"
|
||||||
${SetOutPath} "$INSTDIR\bin"
|
${SetOutPath} "$INSTDIR\bin"
|
||||||
|
|
||||||
${CreateDirectory} "platforms"
|
${CreateDirectory} "platforms"
|
||||||
${SetOutPath} "$INSTDIR\bin\platforms"
|
${SetOutPath} "$INSTDIR\bin\platforms"
|
||||||
${File} /nonfatal "qtox\platforms\*.*"
|
File /nonfatal "qtox\platforms\*.*"
|
||||||
${SetOutPath} "$INSTDIR\bin"
|
${SetOutPath} "$INSTDIR\bin"
|
||||||
|
|
||||||
${CreateDirectory} "sqldrivers"
|
${CreateDirectory} "sqldrivers"
|
||||||
${SetOutPath} "$INSTDIR\bin\sqldrivers"
|
${SetOutPath} "$INSTDIR\bin\sqldrivers"
|
||||||
${File} /nonfatal "qtox\sqldrivers\*.*"
|
File /nonfatal "qtox\sqldrivers\*.*"
|
||||||
${SetOutPath} "$INSTDIR\bin"
|
${SetOutPath} "$INSTDIR\bin"
|
||||||
|
|
||||||
# Create shortcuts
|
# Create shortcuts
|
||||||
|
|
Loading…
Reference in New Issue
Block a user