diff --git a/CMakeLists.txt b/CMakeLists.txt
index 738a1a5a0..50aaeea3f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -94,6 +94,8 @@ message(STATUS "Git commit: ${Launcher_GIT_COMMIT}")
message(STATUS "Git refspec: ${Launcher_GIT_REFSPEC}")
set(Launcher_RELEASE_VERSION_NAME "${Launcher_VERSION_MAJOR}.${Launcher_VERSION_MINOR}.${Launcher_VERSION_HOTFIX}")
+string(TIMESTAMP TODAY "%Y-%m-%d")
+set(Launcher_RELEASE_TIMESTAMP "${TODAY}")
#### Custom target to just print the version.
add_custom_target(version echo "Version: ${Launcher_RELEASE_VERSION_NAME}")
diff --git a/program_info/org.polymc.PolyMC.metainfo.xml.in b/program_info/org.polymc.PolyMC.metainfo.xml.in
index 505ca70dc..070817e5c 100644
--- a/program_info/org.polymc.PolyMC.metainfo.xml.in
+++ b/program_info/org.polymc.PolyMC.metainfo.xml.in
@@ -4,7 +4,7 @@
org.polymc.PolyMC
- org.polymc.PolyMC.desktop
+ org.polymc.polymc.desktop
PolyMC
PolyMC Team
A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once
@@ -22,44 +22,36 @@
See logs and other details easily
Kill Minecraft in case of a crash/freeze
Isolate minecraft instances to keep everything clean
+ Install mods directly from the launcher
- For flatpak users:
- In flatpak, all java versions that are required by Minecraft are included.
-
- If using a Hybrid-Graphics device, you can use the
- prime-run
- script as a wrapper command to run Minecraft using the dedicated graphics card.
-
The main PolyMC window
- https://i.imgur.com/q2GcDo4.png
+ https://polymc.github.io/polymc.org/assets/img/screenshots/LauncherDark.png
+
+
+ Modpack installation
+ https://polymc.github.io/polymc.org/assets/img/screenshots/ModpackInstallDark.png
+
+
+ Mod installation
+ https://polymc.github.io/polymc.org/assets/img/screenshots/ModInstallDark.png
+
+
+ Instance management
+ https://polymc.github.io/polymc.org/assets/img/screenshots/PropertiesDark.png
+
+
+ Cat :)
+ https://polymc.github.io/polymc.org/assets/img/screenshots/LauncherCatDark.png
-
+
-
- moderate
- none
- none
- none
- none
- none
- none
- none
- none
- none
- none
- none
- none
+
+ moderate
intense
- none
- none
- none
- none
- none
- none
-
+
\ No newline at end of file