diff options
author | flow <flowlnlnln@gmail.com> | 2022-12-10 06:34:18 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-10 06:34:18 -0800 |
commit | 4a13d72997d4ed4d7f0df72c80c6e0aaabfea1e0 (patch) | |
tree | 374f6d2a4d37cd1a0b1f2c31480f236ad9822a08 /launcher/modplatform/modrinth/ModrinthPackManifest.h | |
parent | 590875d022c58709b3bfb5e78aafa2318fe009d1 (diff) | |
parent | 34230bfcf415b4ad314d2534e09b40058ef9eaa2 (diff) | |
download | PrismLauncher-4a13d72997d4ed4d7f0df72c80c6e0aaabfea1e0.tar.gz PrismLauncher-4a13d72997d4ed4d7f0df72c80c6e0aaabfea1e0.tar.bz2 PrismLauncher-4a13d72997d4ed4d7f0df72c80c6e0aaabfea1e0.zip |
Merge pull request #32 from flowln/modpack_update_page
Closes https://github.com/PrismLauncher/PrismLauncher/issues/180
Closes https://github.com/PrismLauncher/PrismLauncher/issues/170
Diffstat (limited to 'launcher/modplatform/modrinth/ModrinthPackManifest.h')
-rw-r--r-- | launcher/modplatform/modrinth/ModrinthPackManifest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/modplatform/modrinth/ModrinthPackManifest.h b/launcher/modplatform/modrinth/ModrinthPackManifest.h index 035dc62e..2973dfba 100644 --- a/launcher/modplatform/modrinth/ModrinthPackManifest.h +++ b/launcher/modplatform/modrinth/ModrinthPackManifest.h @@ -80,6 +80,7 @@ struct ModpackExtra { struct ModpackVersion { QString name; QString version; + QString changelog; QString id; QString project_id; |