From 3ed26d4f9d5a5610a130b7428eb3ebdaa784f831 Mon Sep 17 00:00:00 2001 From: Syping Date: Thu, 11 Feb 2021 23:34:42 +0100 Subject: [PATCH] CMake: Fix gta5view.icns location --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e8e4219..3e6ee10 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)