diff options
| author | OatmealDome <julian@oatmealdome.me> | 2024-07-30 21:51:39 -0400 |
|---|---|---|
| committer | OatmealDome <julian@oatmealdome.me> | 2024-08-01 12:36:53 -0400 |
| commit | 5c401bd5da0fa88a1b4e33cdc0d0318d1531ebb9 (patch) | |
| tree | 646b15dccadd41eb427d97101276aaffaa4ba82b | |
| parent | 8499b43501f93b5b1cc138773d24040a0d34a52d (diff) | |
MacUpdater: Change CFBundleName to match the bundle's output name
| -rw-r--r-- | Source/Core/MacUpdater/Info.plist.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/MacUpdater/Info.plist.in b/Source/Core/MacUpdater/Info.plist.in index df5967f289..ba3eae075d 100644 --- a/Source/Core/MacUpdater/Info.plist.in +++ b/Source/Core/MacUpdater/Info.plist.in @@ -13,7 +13,7 @@ <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> - <string>Updater</string> + <string>Dolphin Updater</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> |
