|
From: Jack_MD <ja...@us...> - 2009-12-29 08:18:44
|
Module: performous Branch: master Commit: 969a5f8db74fbb99031ea2a048ab19e7425e52cf Author: Daniel Lemper <da...@Ma...> Date: Tue Dec 29 09:17:56 2009 +0100 now really: macosx: new icon, po files get included into the app package --- CMakeLists.txt | 2 ++ osx-utils/performous.icns | Bin 78411 -> 193626 bytes 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 21bfaa6..0431d31 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,6 +37,8 @@ find_package(Gettext) if(Gettext_FOUND) if(WIN32) SET(LOCALE_DIR "../locale") + elseif(APPLE) + SET(LOCALE_DIR "share/locale") else()#other os SET(LOCALE_DIR "/usr/share/locale") endif(WIN32) diff --git a/osx-utils/performous.icns b/osx-utils/performous.icns index 087d230..7152e91 100644 Binary files a/osx-utils/performous.icns and b/osx-utils/performous.icns differ |