Skip to content

Commit

Permalink
Fixed: won't use previous download
Browse files Browse the repository at this point in the history
  • Loading branch information
XenHat committed Sep 17, 2019
1 parent d725275 commit dd239d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Src/PicoGAUpdate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<StartupObject>
</StartupObject>
<StartupObject>PicoGAUpdate.Program</StartupObject>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
Expand Down
1 change: 1 addition & 0 deletions Src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ private static bool DownloadDriver(string url, string version, out string downlo
//#endif
DownloadDone = true;
NewDownloader.Success = true;
dirty = true;
}
else
{
Expand Down

0 comments on commit dd239d6

Please sign in to comment.