Please include app name, build numbers and hotfix tags in release APK filenames #112
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Creepso/NuvioStreaming_backup_24-10-25#112
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description:
The current release APKs are named as:
Issue:
The filenames do not include the app name, build number or hotfix tag (e.g., 1.1.0 or 1.1.0-hotfix), making it difficult for users to identify which version they are downloading, especially when managing multiple versions or checking for updates.
Suggested Improvement:
Please include the app name, full version and hotfix tag in the APK filenames, for example:
nuvio-arm64-v8a-release-1.1.0.apk
nuvio-armeabi-v7a-release-1.1.0.apk
nuvio-x86-release-1.1.0.apk
nuvio-x86_64-release-1.1.0.apk
nuvio-arm64-v8a-release-1.1.0-hotfix.apk
nuvio-armeabi-v7a-release-1.1.0-hotfix.apk
nuvio-x86-release-1.1.0-hotfix.apk
nuvio-x86_64-release-1.1.0-hotfix.apk
Why This Helps:
@tapframe this could be a good idea going forward.
What you think?
Please don't mix different issue with others. This only makes it more difficult to keep track of everything. This project is only maintained by one person + community. Demanding and trying to force request will not make things go faster.