Skip to content

Commit

Permalink
change reported size on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
dromer committed Oct 14, 2024
1 parent 50b6113 commit 1e38d27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Heavy/Toolchain.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class ToolchainInstaller : public Component
if (latestVersion.isEmpty()) {
auto& properties = compatTable.getDynamicObject()->getProperties();
latestVersion = properties.getValueAt(properties.size() - 1).toString().upToFirstOccurrenceOf("-", false, false);

if (latestVersion.isEmpty()) {
throw 418;
}
Expand Down Expand Up @@ -344,7 +344,7 @@ class ToolchainInstaller : public Component
#elif JUCE_MAC
String downloadSize = "650 MB";
#else
String downloadSize = "1.45 GB";
String downloadSize = "992 MB";
#endif

class ToolchainInstallerButton : public Component {
Expand Down

0 comments on commit 1e38d27

Please sign in to comment.