How do I deal with my app version number being changed? #25375
Answered
by
ImJoakim
rectorsquid
asked this question in
Q&A
-
I created a manifest and submitted it a while ago. I see the version number of the app as part of the path to the manifest on my local system and I think that the version number is associated with the app in a rather tight fashion. I just now updated my app and it has a new version number. Do I create a new manifest and submit it? Or do I try to do an update and that will deal with the version number change? |
Beta Was this translation helpful? Give feedback.
Answered by
ImJoakim
Aug 12, 2021
Replies: 0 comments 2 replies
-
Here's 2 scenarios (I'll be using Jackett and Google Chrome as examples):
Hope this helps 😃 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
denelon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's 2 scenarios (I'll be using Jackett and Google Chrome as examples):
0.18.537.0
where theInstallerURL
is a download directly to that0.18.537.0
version. Example: https://github.com/Jackett/Jackett/releases/download/v0.18.537/Jackett.Installer.Windows.exeIf this is the case, you would upload a new manifest with a new version number as the folder and
InstallerURL
, making it so you have 2 versions of the application listed. For this application, we now have multiple versions listed because there is a direct download to a specific version.InstallerURL
is the exact same and only installs the latest version. Example: https://dl.google.com/edgedl/chrome/install/G…