We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c84630 commit fc47bb8Copy full SHA for fc47bb8
app/options.cpp
@@ -30,7 +30,7 @@ void Options::parse(QStringList argv) {
30
if (argv.contains("--testing"))
31
testing = true;
32
if ((index = argv.indexOf("--releasesUrl")) >= 0) {
33
- if (index >= argv.length() - 1 || !argv[index + 1].toLower().startsWith("http"))
+ if (index >= argv.length() - 1)
34
printHelp();
35
else
36
releasesUrl = argv[index + 1];
0 commit comments