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:
parent
7c797c8105
commit
20b63e2a61
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue