mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
nsis: Don't fail if no Qt plugins are found
This commit is contained in:
parent
7dd66213cb
commit
f8d75fcc1c
|
@ -253,17 +253,17 @@ Section "Install"
|
|||
|
||||
${CreateDirectory} "imageformats"
|
||||
${SetOutPath} "$INSTDIR\bin\imageformats"
|
||||
${File} "qtox\imageformats\*.*"
|
||||
${File} /nonfatal "qtox\imageformats\*.*"
|
||||
${SetOutPath} "$INSTDIR\bin"
|
||||
|
||||
${CreateDirectory} "platforms"
|
||||
${SetOutPath} "$INSTDIR\bin\platforms"
|
||||
${File} "qtox\platforms\*.*"
|
||||
${File} /nonfatal "qtox\platforms\*.*"
|
||||
${SetOutPath} "$INSTDIR\bin"
|
||||
|
||||
${CreateDirectory} "sqldrivers"
|
||||
${SetOutPath} "$INSTDIR\bin\sqldrivers"
|
||||
${File} "qtox\sqldrivers\*.*"
|
||||
${File} /nonfatal "qtox\sqldrivers\*.*"
|
||||
${SetOutPath} "$INSTDIR\bin"
|
||||
|
||||
# Create shortcuts
|
||||
|
|
|
@ -253,17 +253,17 @@ Section "Install"
|
|||
|
||||
${CreateDirectory} "imageformats"
|
||||
${SetOutPath} "$INSTDIR\bin\imageformats"
|
||||
${File} "qtox\imageformats\*.*"
|
||||
${File} /nonfatal "qtox\imageformats\*.*"
|
||||
${SetOutPath} "$INSTDIR\bin"
|
||||
|
||||
${CreateDirectory} "platforms"
|
||||
${SetOutPath} "$INSTDIR\bin\platforms"
|
||||
${File} "qtox\platforms\*.*"
|
||||
${File} /nonfatal "qtox\platforms\*.*"
|
||||
${SetOutPath} "$INSTDIR\bin"
|
||||
|
||||
${CreateDirectory} "sqldrivers"
|
||||
${SetOutPath} "$INSTDIR\bin\sqldrivers"
|
||||
${File} "qtox\sqldrivers\*.*"
|
||||
${File} /nonfatal "qtox\sqldrivers\*.*"
|
||||
${SetOutPath} "$INSTDIR\bin"
|
||||
|
||||
# Create shortcuts
|
||||
|
|
Loading…
Reference in New Issue
Block a user