Skip to content

Commit

Permalink
Update File Chooser parameters in Auto Updater
Browse files Browse the repository at this point in the history
  • Loading branch information
anjaldoshi committed Aug 16, 2023
1 parent 9d4d338 commit 3eed6f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/AutoUpdater.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,9 @@ class UpdateDialog : public Component

void LatestVersionCheckerAndUpdater::askUserForLocationToDownload (const Asset& asset)
{
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",
{ File::getSpecialLocation(File::userDesktopDirectory) },
"*.exe;*.zip");
"*");

if (chooser.browseForDirectory())
{
Expand Down

0 comments on commit 3eed6f2

Please sign in to comment.