Skip to content

Commit 3eed6f2

Browse files
committed
Update File Chooser parameters in Auto Updater
1 parent 9d4d338 commit 3eed6f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/AutoUpdater.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,9 @@ class UpdateDialog : public Component
318318

319319
void LatestVersionCheckerAndUpdater::askUserForLocationToDownload (const Asset& asset)
320320
{
321-
FileChooser chooser ("Please select the location into which you would like to install the new version",
321+
FileChooser chooser ("Please select the location into which you would like to download the new version",
322322
{ File::getSpecialLocation(File::userDesktopDirectory) },
323-
"*.exe;*.zip");
323+
"*");
324324

325325
if (chooser.browseForDirectory())
326326
{

0 commit comments

Comments
 (0)