mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
fix(windows): libsnore-qt5 not being installed
This commit is contained in:
parent
7803a7e0d6
commit
827b2c2210
|
@ -266,6 +266,11 @@ Section "Install"
|
|||
${SetOutPath} "$INSTDIR\bin\platforms"
|
||||
File /nonfatal "qtox\platforms\*.*"
|
||||
${SetOutPath} "$INSTDIR\bin"
|
||||
|
||||
${CreateDirectory} "$INSTDIR\bin\libsnore-qt5"
|
||||
${SetOutPath} "$INSTDIR\bin\libsnore-qt5"
|
||||
File /nonfatal "qtox\libsnore-qt5\*.*"
|
||||
${SetOutPath} "$INSTDIR\bin"
|
||||
|
||||
# Create shortcuts
|
||||
${CreateDirectory} "$SMPROGRAMS\qTox"
|
||||
|
|
|
@ -267,6 +267,11 @@ Section "Install"
|
|||
File /nonfatal "qtox\platforms\*.*"
|
||||
${SetOutPath} "$INSTDIR\bin"
|
||||
|
||||
${CreateDirectory} "$INSTDIR\bin\libsnore-qt5"
|
||||
${SetOutPath} "$INSTDIR\bin\libsnore-qt5"
|
||||
File /nonfatal "qtox\libsnore-qt5\*.*"
|
||||
${SetOutPath} "$INSTDIR\bin"
|
||||
|
||||
# Create shortcuts
|
||||
${CreateDirectory} "$SMPROGRAMS\qTox"
|
||||
${CreateShortCut} "$SMPROGRAMS\qTox\qTox.lnk" "$INSTDIR\${MAIN_APP_EXE}" "" "" ""
|
||||
|
|
Loading…
Reference in New Issue
Block a user