Skip to content

Commit b6264bc

Browse files
committed
CMake: Small fix at Moondust Translator bundle
1 parent fd27eea commit b6264bc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Translator/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ if(APPLE)
230230
MACOSX_BUNDLE TRUE
231231
MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/_resources/translator.plist.in"
232232
MACOSX_BUNDLE_EXECUTABLE_NAME "pge_translator"
233+
MACOSX_BUNDLE_BUNDLE_NAME "Moondust Translator"
233234
MACOSX_BUNDLE_GUI_IDENTIFIER "ru.wohlsoft.pge-translator"
234235
MACOSX_BUNDLE_SHORT_VERSION_STRING "${TRANSLATOR_VERSION_STRING}"
235236
MACOSX_BUNDLE_LONG_VERSION_STRING "${TRANSLATOR_VERSION_STRING}"

Translator/_resources/translator.plist.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundlePackageType</key>
2222
<string>APPL</string>
2323
<key>NSPrincipalClass</key>
24-
<string>PGEMaintainerApplication</string>
24+
<string>PGETranslatorApplication</string>
2525
<key>CFBundleGetInfoString</key>
2626
<string>${MACOSX_BUNDLE_INFO_STRING}</string>
2727
</dict>

0 commit comments

Comments
 (0)