-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apk upload to fdroid need change for new cgeo-contact addon (fix #1) #2
base: master
Are you sure you want to change the base?
Conversation
If I understand correctly this will afterwards require that the contacts APK needs to added to every new release on Github, does it? For me OK, but its a manual step, so it might be forgotten or the file name might differ each time. Maybe we should move contacts to a dedicated repo? |
With this code - yes. |
I am not sure how it can be done to browse and find. Important for me is, that https://github.com/cgeo/cgeo/releases/latest is used on our website as target for apk download. Technically this always points to the newest tag, which gives a problem if we the newest tag is for contacts. Maybe best is to store all relevant apk on download.cgeo.org or any other dedicated location. |
Another thought: How about just keeping it hardcoded for now in the script. |
Ok, then lets for now with the dedicated plugin path. |
OK, this means when uploading new APK releases of the main app to Github the file name should contain "cgeo-release" then? |
All latest cgeo apk packages had the name cgeo-release.apk or cgeo-release_XXXXXXXX.apk (XX is the date) In https\S*cgeo-release\S*apk we find with \S* all non whitespace symbols. eg. current https://github.com/cgeo/cgeo/releases/download/market_20191111/cgeo-release.apk
fixes #1