Skip to content

Commit

Permalink
Add missing change from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Apr 27, 2024
1 parent 5a513ec commit 00853f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions installer/mosquitto64.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ Section "Files" SecInstall
File "..\build64\vcpkg_installed\x64-windows-release\bin\pthreadVC3.dll"
File "..\build64\vcpkg_installed\x64-windows-release\bin\uv.dll"
File "..\build64\vcpkg_installed\x64-windows-release\bin\websockets.dll"
File "..\build64\vcpkg_installed\x64-windows-release\bin\zlib.dll"

SetOutPath "$INSTDIR\devel"
File "..\build64\lib\Release\mosquitto.lib"
Expand Down Expand Up @@ -134,7 +133,6 @@ Section "Uninstall"
Delete "$INSTDIR\pthreadVC3.dll"
Delete "$INSTDIR\uv.dll"
Delete "$INSTDIR\websockets.dll"
Delete "$INSTDIR\zlib.dll"

Delete "$INSTDIR\devel\mosquitto.h"
Delete "$INSTDIR\devel\mosquitto_broker.h"
Expand Down
5 changes: 3 additions & 2 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version-string": "2.0.18",
"dependencies": [
"cjson",
"openssl",
"pthreads"
"libwebsockets",
"openssl",
"pthreads"
]
}

0 comments on commit 00853f1

Please sign in to comment.