diff options
author | timoreo <timo.oreo34@gmail.com> | 2022-05-21 08:31:07 +0200 |
---|---|---|
committer | timoreo <timo.oreo34@gmail.com> | 2022-05-21 08:31:07 +0200 |
commit | c04adf74521127bc50c67f3e2ddd1edfe2330358 (patch) | |
tree | 3ac0a076e5baa8eeeff3410259f6f6ed7556dc3f /launcher/modplatform/flame/FlamePackIndex.h | |
parent | 92e8aaf36f72b7527322add169b253d0698939d0 (diff) | |
download | PrismLauncher-c04adf74521127bc50c67f3e2ddd1edfe2330358.tar.gz PrismLauncher-c04adf74521127bc50c67f3e2ddd1edfe2330358.tar.bz2 PrismLauncher-c04adf74521127bc50c67f3e2ddd1edfe2330358.zip |
Do the url trick on initial modpack download too
Diffstat (limited to 'launcher/modplatform/flame/FlamePackIndex.h')
-rw-r--r-- | launcher/modplatform/flame/FlamePackIndex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/modplatform/flame/FlamePackIndex.h b/launcher/modplatform/flame/FlamePackIndex.h index 7ffa29c3..a8bb15be 100644 --- a/launcher/modplatform/flame/FlamePackIndex.h +++ b/launcher/modplatform/flame/FlamePackIndex.h @@ -18,6 +18,7 @@ struct IndexedVersion { QString version; QString mcVersion; QString downloadUrl; + QString fileName; }; struct IndexedPack |