mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
cmake: fix typo in the manifest file name
This commit is contained in:
parent
3d4cead200
commit
1835ec6086
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ if (WIN32)
|
|||
else (MINGW)
|
||||
list (APPEND QBT_APP_SOURCES ../qbittorrent.rc)
|
||||
endif (MINGW)
|
||||
list(APPEND QBT_APP_SOURCES ../qbittorent.exe.manifest)
|
||||
list(APPEND QBT_APP_SOURCES ../qbittorrent.exe.manifest)
|
||||
endif (WIN32)
|
||||
|
||||
if (UNIX)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue