Skip to content

Commit 53c81ad

Browse files
committed
Merge branch 'heavy-path-escape' of https://github.com/plugdata-team/plugdata into heavy-path-escape
2 parents d22de29 + f470125 commit 53c81ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Source/Heavy/Toolchain.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,11 +326,11 @@ class ToolchainInstaller final : public Component
326326
int statusCode = 0;
327327

328328
#if JUCE_WINDOWS
329-
String downloadSize = "1.2 GB";
329+
String downloadSize = "1.13 GB";
330330
#elif JUCE_MAC
331-
String downloadSize = "457 MB";
331+
String downloadSize = "460 MB";
332332
#else
333-
String downloadSize = "1.1 GB";
333+
String downloadSize = "805 MB";
334334
#endif
335335

336336
class ToolchainInstallerButton final : public Component {

0 commit comments

Comments
 (0)