CMake: Fix gta5view.icns location
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Syping 2021-02-11 23:34:42 +01:00
parent 263e714022
commit 3ed26d4f9d
1 changed files with 1 additions and 1 deletions

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)