diff --git a/src/ConfigFiles/getDownLoadUrl.php b/src/ConfigFiles/getDownLoadUrl.php index 7da2ba6a..3be9edda 100644 --- a/src/ConfigFiles/getDownLoadUrl.php +++ b/src/ConfigFiles/getDownLoadUrl.php @@ -20,6 +20,7 @@ $lastestVersionStr = "1.2.3"; // X.Y.Z $DLURL = "http://download.my-software.com/my-software/1.2.3/mySoftware.1.2.3.Installer.exe"; $curentVersion = $_GET["version"]; +$param = $_GET["param"]; // optional if ($curentVersion >= $lastestVersion) { diff --git a/src/ConfigFiles/gup.xml b/src/ConfigFiles/gup.xml index 115ce1b7..30158540 100644 --- a/src/ConfigFiles/gup.xml +++ b/src/ConfigFiles/gup.xml @@ -20,9 +20,16 @@ 4.6 + + + x64