mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-08 08:32:31 -06:00
cmake: fix typo in the manifest file name
This commit is contained in:
committed by
sledgehammer999
parent
3d4cead200
commit
1835ec6086
@@ -55,7 +55,7 @@ if (WIN32)
|
|||||||
else (MINGW)
|
else (MINGW)
|
||||||
list (APPEND QBT_APP_SOURCES ../qbittorrent.rc)
|
list (APPEND QBT_APP_SOURCES ../qbittorrent.rc)
|
||||||
endif (MINGW)
|
endif (MINGW)
|
||||||
list(APPEND QBT_APP_SOURCES ../qbittorent.exe.manifest)
|
list(APPEND QBT_APP_SOURCES ../qbittorrent.exe.manifest)
|
||||||
endif (WIN32)
|
endif (WIN32)
|
||||||
|
|
||||||
if (UNIX)
|
if (UNIX)
|
||||||
|
|||||||
Reference in New Issue
Block a user