We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d22de29 + f470125 commit 53c81adCopy full SHA for 53c81ad
Source/Heavy/Toolchain.h
@@ -326,11 +326,11 @@ class ToolchainInstaller final : public Component
326
int statusCode = 0;
327
328
#if JUCE_WINDOWS
329
- String downloadSize = "1.2 GB";
+ String downloadSize = "1.13 GB";
330
#elif JUCE_MAC
331
- String downloadSize = "457 MB";
+ String downloadSize = "460 MB";
332
#else
333
- String downloadSize = "1.1 GB";
+ String downloadSize = "805 MB";
334
#endif
335
336
class ToolchainInstallerButton final : public Component {
0 commit comments