mirror of
https://github.com/jellyfin/jellyfin-media-player.git
synced 2024-11-27 00:00:38 +00:00
Rename windows binary to end with x86_64 instead of x86
We are 64bit only.
This commit is contained in:
parent
64e48a7f67
commit
95dd151731
@ -7,7 +7,7 @@ set(CPACK_PACKAGE_VERSION_PATCH ${VERSION_NANO})
|
||||
if(APPLE)
|
||||
set(CPACK_SYSTEM_NAME "macosx-x86_64")
|
||||
elseif(WIN32)
|
||||
set(CPACK_SYSTEM_NAME "windows-x86")
|
||||
set(CPACK_SYSTEM_NAME "windows-x86_64")
|
||||
else()
|
||||
set(CPACK_SYSTEM_NAME linux-${CMAKE_HOST_SYSTEM_PROCESSOR})
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user