1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-30 02:50:05 +00:00

Projucer: Added warning about in-place autoupdating on Windows

This commit is contained in:
Tom Poole 2020-12-01 19:01:32 +00:00
parent 7c797c8105
commit 20b63e2a61

View file

@ -269,7 +269,8 @@ void LatestVersionCheckerAndUpdater::askUserForLocationToDownload (const Version
if (! AlertWindow::showOkCancelBox (AlertWindow::WarningIcon, "Overwrite Existing JUCE Folder?",
"Do you want to replace the folder\n\n" + targetFolderPath + "\n\nwith the latest version from juce.com?\n\n"
"This will move the existing folder to " + targetFolderPath + "_old."))
"This will move the existing folder to " + targetFolderPath + "_old.\n\n"
"Replacing the folder that contains the curently running Projucer executable may not work on Windows."))
{
return;
}