We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f81eda commit 31e1475Copy full SHA for 31e1475
1 file changed
Source/Heavy/Toolchain.h
@@ -328,9 +328,9 @@ class ToolchainInstaller final : public Component
328
#if JUCE_WINDOWS
329
String downloadSize = "1.2 GB";
330
#elif JUCE_MAC
331
- String downloadSize = "490 MB";
+ String downloadSize = "426 MB";
332
#else
333
- String downloadSize = "829 MB";
+ String downloadSize = "764 MB";
334
#endif
335
336
class ToolchainInstallerButton final : public Component {
0 commit comments