We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4d338 commit 3eed6f2Copy full SHA for 3eed6f2
Source/AutoUpdater.cpp
@@ -318,9 +318,9 @@ class UpdateDialog : public Component
318
319
void LatestVersionCheckerAndUpdater::askUserForLocationToDownload (const Asset& asset)
320
{
321
- FileChooser chooser ("Please select the location into which you would like to install the new version",
+ FileChooser chooser ("Please select the location into which you would like to download the new version",
322
{ File::getSpecialLocation(File::userDesktopDirectory) },
323
- "*.exe;*.zip");
+ "*");
324
325
if (chooser.browseForDirectory())
326
0 commit comments