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

(cherry picked from commit 0c11f4d85b3b25f43138808273e6daa3567790fc)
This commit is contained in:
Yuriy Puchkov
2021-01-12 13:47:58 +02:00
committed by borgmanJeremy
parent f56c69540e
commit 5442f0045f

View File

@@ -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>