Browse Source

fix - Flameshot is displayed in Activity Monitor without name (MacOS)

(cherry picked from commit 0c11f4d85b3b25f43138808273e6daa3567790fc)
Yuriy Puchkov 4 years ago
parent
commit
5442f0045f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      cmake/modules/MacOSXBundleInfo.plist.in

+ 3 - 3
cmake/modules/MacOSXBundleInfo.plist.in

@@ -14,10 +14,8 @@
 	<string>https://flameshot.org/</string>
 	<string>https://flameshot.org/</string>
 	<key>CFBundleInfoDictionaryVersion</key>
 	<key>CFBundleInfoDictionaryVersion</key>
 	<string>6.0</string>
 	<string>6.0</string>
-	<key>CFBundleLongVersionString</key>
-	<string></string>
 	<key>CFBundleName</key>
 	<key>CFBundleName</key>
-	<string></string>
+	<string>Flameshot</string>
 	<key>CFBundlePackageType</key>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
 	<key>CFBundleShortVersionString</key>
@@ -26,6 +24,8 @@
 	<string>????</string>
 	<string>????</string>
 	<key>CFBundleVersion</key>
 	<key>CFBundleVersion</key>
 	<string>0.8.5</string>
 	<string>0.8.5</string>
+	<key>CFBundleLongVersionString</key>
+	<string></string>
 	<key>CSResourcesFileMapped</key>
 	<key>CSResourcesFileMapped</key>
 	<true/>
 	<true/>
 	<key>NSHumanReadableCopyright</key>
 	<key>NSHumanReadableCopyright</key>