We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28aa44b commit 65eb0b9Copy full SHA for 65eb0b9
1 file changed
cmake/quickdesk-remoting.cmake
@@ -1,6 +1,6 @@
1
include(FetchContent)
2
3
-set(CRASHPAD_URL https://github.com/barry-ran/quickdesk-remoting/releases/download/v0.0.8)
+set(CRASHPAD_URL https://github.com/barry-ran/quickdesk-remoting/releases/download/v0.0.9)
4
if(WIN32)
5
set(CRASHPAD_URL ${CRASHPAD_URL}/Windows-${QD_CPU_ARCH}.zip)
6
elseif(APPLE)
0 commit comments