diff options
author | Adrien <66513643+AshtakaOOf@users.noreply.github.com> | 2022-12-26 19:24:17 +0100 |
---|---|---|
committer | Adrien <66513643+AshtakaOOf@users.noreply.github.com> | 2022-12-26 19:24:17 +0100 |
commit | 70573b6f312bc2e40c50c4d6901f676f4270ebc5 (patch) | |
tree | ea6378b929dc741e24f20de5f0d93752c32f4d7b /program_info | |
parent | 6ea1234a3bb9787a77680ff528f21bdf1e40989c (diff) | |
download | PrismLauncher-70573b6f312bc2e40c50c4d6901f676f4270ebc5.tar.gz PrismLauncher-70573b6f312bc2e40c50c4d6901f676f4270ebc5.tar.bz2 PrismLauncher-70573b6f312bc2e40c50c4d6901f676f4270ebc5.zip |
Update org.prismlauncher.PrismLauncher.metainfo.xml.in
Should be the right properties (I hope)
Signed-off-by: Adrien <66513643+AshtakaOOf@users.noreply.github.com>
Diffstat (limited to 'program_info')
-rw-r--r-- | program_info/org.prismlauncher.PrismLauncher.metainfo.xml.in | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/program_info/org.prismlauncher.PrismLauncher.metainfo.xml.in b/program_info/org.prismlauncher.PrismLauncher.metainfo.xml.in index 13a860d9..d4905a90 100644 --- a/program_info/org.prismlauncher.PrismLauncher.metainfo.xml.in +++ b/program_info/org.prismlauncher.PrismLauncher.metainfo.xml.in @@ -30,27 +30,31 @@ <screenshots> <screenshot type="default"> <caption>The main Prism Launcher window</caption> - <image type="source" width="976" height="764">https://prismlauncher.org/img/screenshots/LauncherDark.png</image> + <image type="source" width="1030" height="764">https://prismlauncher.org/img/screenshots/LauncherDark.png</image> </screenshot> <screenshot> <caption>Modpack installation</caption> - <image type="source" width="1103" height="954">https://prismlauncher.org/img/screenshots/ModpackInstallDark.png</image> + <image type="source" width="1126" height="850">https://prismlauncher.org/img/screenshots/ModpackInstallDark.png</image> </screenshot> <screenshot> <caption>Mod installation</caption> - <image type="source" width="1036" height="700">https://prismlauncher.org/img/screenshots/ModInstallDark.png</image> + <image type="source" width="848" height="558">https://prismlauncher.org/img/screenshots/ModInstallDark.png</image> </screenshot> <screenshot> <caption>Mod updating</caption> - <image type="source" width="930" height="858">https://prismlauncher.org/img/screenshots/ModUpdateDark.png</image> + <image type="source" width="860" height="748">https://prismlauncher.org/img/screenshots/ModUpdateDark.png</image> </screenshot> <screenshot> <caption>Instance management</caption> - <image type="source" width="1083" height="735">https://prismlauncher.org/img/screenshots/PropertiesDark.png</image> + <image type="source" width="960" height="659">https://prismlauncher.org/img/screenshots/PropertiesDark.png</image> </screenshot> <screenshot> <caption>Cat :)</caption> - <image type="source" width="931" height="759">https://prismlauncher.org/img/screenshots/LauncherCatDark.png</image> + <image type="source" width="1042" height="754">https://prismlauncher.org/img/screenshots/LauncherCatDark.png</image> + </screenshot> + <screenshot> + <caption>Customization</caption> + <image type="source" width="1040" height="752">https://prismlauncher.org/img/screenshots/CustomizeDark.png</image> </screenshot> </screenshots> <releases> |