CMake: Fix gta5view.icns location
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Syping 2021-02-11 23:34:42 +01:00
parent 263e714022
commit 3ed26d4f9d

View file

@ -35,7 +35,7 @@ if(WIN32)
endif()
if(APPLE)
list(APPEND GTA5VIEW_RESOURCES
res/5sync.icns
res/gta5view.icns
)
set(MACOSX_BUNDLE_BUNDLE_NAME gta5view)
set(MACOSX_BUNDLE_BUNDLE_VERSION 1.10.0)