CMake: Fix gta5view.icns location
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
263e714022
commit
3ed26d4f9d
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ if(WIN32)
|
||||||
endif()
|
endif()
|
||||||
if(APPLE)
|
if(APPLE)
|
||||||
list(APPEND GTA5VIEW_RESOURCES
|
list(APPEND GTA5VIEW_RESOURCES
|
||||||
res/5sync.icns
|
res/gta5view.icns
|
||||||
)
|
)
|
||||||
set(MACOSX_BUNDLE_BUNDLE_NAME gta5view)
|
set(MACOSX_BUNDLE_BUNDLE_NAME gta5view)
|
||||||
set(MACOSX_BUNDLE_BUNDLE_VERSION 1.10.0)
|
set(MACOSX_BUNDLE_BUNDLE_VERSION 1.10.0)
|
||||||
|
|
Loading…
Reference in a new issue