Use QCommandLineParser to parse arguments more intelligently. Refs #843

This commit is contained in:
baldurk
2018-01-17 21:07:03 +00:00
parent bf4e14ced8
commit 56c6fa2d04
4 changed files with 190 additions and 122 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ struct UpgradeCommand : public Command
ZeroMemory(&zip, sizeof(zip));
bool successful = false;
wstring failReason;
wstring failReason = L"\"Unknown error\"";
mz_bool b = mz_zip_reader_init_file(&zip, "./update.zip", 0);