Skip to content

Commit 1d847b6

Browse files
committed
Apple M1: Update AutoUpdate PlatformID
This will update the auto update Platform ID to macos-universal. This will cause the auto updater to download universal builds as updates for all Mac OS builds. Including previous single architecture builds.
1 parent abea411 commit 1d847b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Core/UICommon/AutoUpdate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ static std::string GetPlatformID()
140140
#if defined _WIN32
141141
return "win";
142142
#elif defined __APPLE__
143-
return "macos";
143+
return "macos-universal";
144144
#else
145145
return "unknown";
146146
#endif

0 commit comments

Comments
 (0)