Allow the 'appid' to be specified as a system property.
This commit is contained in:
@@ -68,7 +68,7 @@ public class GetdownApp
|
|||||||
}
|
}
|
||||||
|
|
||||||
// look for a specific app identifier
|
// look for a specific app identifier
|
||||||
String appId = (aidx < args.size()) ? args.get(aidx++) : null;
|
String appId = (aidx < args.size()) ? args.get(aidx++) : System.getProperty("appid");
|
||||||
|
|
||||||
// pass along anything after that as app args
|
// pass along anything after that as app args
|
||||||
String[] appArgs = (aidx < args.size()) ?
|
String[] appArgs = (aidx < args.size()) ?
|
||||||
|
|||||||
Reference in New Issue
Block a user