This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
fix: ignore loader for file update if not applicable #951
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
currently, the App has no way of knowing what type of project it requests an update for. so it always includes the launcher.
For projects that do not support this launcher (e.g Resourcepacks don't support fabric) this causes no version update to be sent and the app and the app not being able to update e.g Resourcepacks
this can be seen here: https://reqbin.com/hlipjykw (request update for freshAnimations 1.9.1 ) which should have an update but does not return one.
removing fabric from the request fixes this.
Important
I was not able to test if this code really works since it is a pain to get labrinth running with test data.
Please verify the functionality by using the post request from above and seeing the same result with and without fabric