Browse Source

Projucer: Removed check for new JUCE versions when running from the command line

tags/2021-05-28
ed 5 years ago
parent
commit
b8d57b3dbe
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      extras/Projucer/Source/Project/jucer_Project.cpp

+ 2
- 1
extras/Projucer/Source/Project/jucer_Project.cpp View File

@@ -105,7 +105,8 @@ Project::Project (const File& f)
updateJUCEPathWarning();
getGlobalProperties().addChangeListener (this);
LatestVersionCheckerAndUpdater::getInstance()->checkForNewVersion (true);
if (! app.isRunningCommandLine)
LatestVersionCheckerAndUpdater::getInstance()->checkForNewVersion (true);
}
Project::~Project()


Loading…
Cancel
Save