mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Fix the download path for the Windows notification lib
This commit is contained in:
parent
0e814da91c
commit
2e1e0efb06
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ elseif (WIN32)
|
|||
|
||||
file(DOWNLOAD
|
||||
"https://raw.githubusercontent.com/mohabouje/WinToast/41ed1c58d5dce0ee9c01dbdeac05be45358d4f57/src/wintoastlib.h"
|
||||
${PROJECT_SOURCE_DIR}/include/wintoastlib.h
|
||||
${PROJECT_SOURCE_DIR}/src/wintoastlib.h
|
||||
EXPECTED_HASH SHA256=b4481023c5782733795838be22bf1a75f45d87458cd4d9a5a75f664a146eea11)
|
||||
|
||||
set(SRC_FILES ${SRC_FILES} src/notifications/ManagerWin.cpp src/wintoastlib.cpp)
|
||||
|
|
Loading…
Reference in a new issue