In the GLX App Plugin the settings are
Upload settings- 'path to update folder'
The FTP account's path is effectively
mysite.com/download/autoupdate/MyApp/3_0
so the 'Path to update folder' is blank
Global Base Auto Update URL:
https://www.mysite.com/download/autoupdate/MyApp/3_0/
Development Base Auto Update URL: [this is in use]
https://www.mysite.com/download/autoupdate/MyApp/3_0/
When I check the update.txt file using Safari
https://www.mysite.com/download/autoupdate/MyApp/3_0/development/update.txt
It downloads and shows the following directory structure
https://www.mysite.com/download/autoupdate/MyApp/3_0/development/updater.gz
https://www.mysite.com/download/autoupdate/MyApp/3_0/development/update_dialog.gz
The actual directory listings are this.
https://www.mysite.com/download/autoupdate/MyApp/3_0/development/update.txt
https://www.mysite.com/download/autoupdate/MyApp/3_0/updater.gz
https://www.mysite.com/download/autoupdate/MyApp/3_0/development/3.0.3d176/app_macos_package.gz
https://www.mysite.com/download/autoupdate/MyApp/3_0/update_dialog.gz
So there is an extra 'development' in the path in the update.txt resulting in incorrect paths.
What change do I have to make to get this to work?
Thanks
Martin
When I check for updates in my standalone I get a 404 error when checking for updates.The update.txt file is found but the update.txt files have the wrong paths for the updater files.