PrismLauncher/launcher/modplatform
Marco von Rosenberg bd49dc4e7b fix: prioritize .ftbapp/version.json in FTB App import
Newer versions of FTB App create a stub version.json in the instance
root with only a comment directing to .ftbapp/version.json. The old
logic would find this stub file first and fail to parse it, causing
modpacks to not be detected.

This fix checks .ftbapp/version.json first (newer location) before
falling back to the root version.json (older location).

Signed-off-by: Marco von Rosenberg <codingmarco@gmail.com>
Signed-off-by: Charlie <u7919347@anu.edu.au>
2025-10-22 12:16:52 +11:00
..
atlauncher fix: crash when component version can't be loaded from atlauncher file 2025-06-16 22:32:39 +03:00
flame removed some duplicate code 2025-09-15 18:25:07 +03:00
helpers removed some duplicate code 2025-09-15 18:25:07 +03:00
import_ftb fix: prioritize .ftbapp/version.json in FTB App import 2025-10-22 12:16:52 +11:00
legacy_ftb Remove unnecessary QObject:: 2025-06-05 21:41:06 +08:00
modrinth fix: modrinth modpacks icon importing 2025-09-22 14:47:56 +03:00
packwiz propagate side as enum instead of Qstring 2025-06-02 13:26:42 +03:00
technic replace qvector with qlist 2025-04-19 00:59:48 +03:00
CheckUpdateTask.h chore:renamed variables to camelCase 2025-07-22 13:33:19 +03:00
EnsureMetadataTask.cpp remove some QEventLoops 2025-03-02 08:36:48 +02:00
EnsureMetadataTask.h remove some QEventLoops 2025-03-02 08:36:48 +02:00
ModIndex.cpp add Rift in the two places I missed 2025-08-05 12:09:27 +02:00
ModIndex.h removed some duplicate code 2025-09-15 18:25:07 +03:00
ResourceAPI.cpp removed some duplicate code 2025-09-15 18:25:07 +03:00
ResourceAPI.h removed some duplicate code 2025-09-15 18:25:07 +03:00
ResourceType.cpp make universal resource type 2025-07-18 16:17:22 +03:00
ResourceType.h Update launcher/modplatform/ResourceType.h 2025-07-18 18:22:46 +03:00