Skip to content

Commit 31e1475

Browse files
committed
set current size
1 parent 7f81eda commit 31e1475

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/Heavy/Toolchain.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,9 +328,9 @@ class ToolchainInstaller final : public Component
328328
#if JUCE_WINDOWS
329329
String downloadSize = "1.2 GB";
330330
#elif JUCE_MAC
331-
String downloadSize = "490 MB";
331+
String downloadSize = "426 MB";
332332
#else
333-
String downloadSize = "829 MB";
333+
String downloadSize = "764 MB";
334334
#endif
335335

336336
class ToolchainInstallerButton final : public Component {

0 commit comments

Comments
 (0)