From 1a8de111a379cfb01cee820730d9729a4f40ac0d Mon Sep 17 00:00:00 2001 From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Sat, 22 Oct 2022 23:46:53 +0800 Subject: add linux support Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com> --- program_info/org.prismlauncher.PrismLauncher.desktop.in | 1 + 1 file changed, 1 insertion(+) (limited to 'program_info') diff --git a/program_info/org.prismlauncher.PrismLauncher.desktop.in b/program_info/org.prismlauncher.PrismLauncher.desktop.in index e608f588..f08f2ba4 100644 --- a/program_info/org.prismlauncher.PrismLauncher.desktop.in +++ b/program_info/org.prismlauncher.PrismLauncher.desktop.in @@ -10,3 +10,4 @@ Icon=org.prismlauncher.PrismLauncher Categories=Game;ActionGame;AdventureGame;Simulation; Keywords=game;minecraft;launcher;mc;multimc;polymc; StartupWMClass=PrismLauncher +MimeType=application/zip;application/x-modrinth-modpack+zip -- cgit From eeb95f89e1200bb23cc2559b5f298b9fdaca7e11 Mon Sep 17 00:00:00 2001 From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Mon, 24 Oct 2022 14:40:07 +0800 Subject: add .mrpack mime type Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com> --- program_info/modrinth-mrpack-mime.xml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 program_info/modrinth-mrpack-mime.xml (limited to 'program_info') diff --git a/program_info/modrinth-mrpack-mime.xml b/program_info/modrinth-mrpack-mime.xml new file mode 100644 index 00000000..5001e5e7 --- /dev/null +++ b/program_info/modrinth-mrpack-mime.xml @@ -0,0 +1,9 @@ + + + + Modrinth Modpack File + + + + + -- cgit From 4254c20edad247a5a326638faceb5f631e20e231 Mon Sep 17 00:00:00 2001 From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Wed, 2 Nov 2022 10:46:38 +0800 Subject: experimental: install mime info in CMake Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com> --- program_info/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'program_info') diff --git a/program_info/CMakeLists.txt b/program_info/CMakeLists.txt index f6e2ea84..3c8cad0f 100644 --- a/program_info/CMakeLists.txt +++ b/program_info/CMakeLists.txt @@ -23,6 +23,7 @@ set(Launcher_Git "https://github.com/PrismLauncher/PrismLauncher" PARENT_SCOPE) set(Launcher_DesktopFileName "org.prismlauncher.PrismLauncher.desktop" PARENT_SCOPE) set(Launcher_Desktop "program_info/org.prismlauncher.PrismLauncher.desktop" PARENT_SCOPE) +set(Launcher_mrpack_MIMEInfo "program_info/modrinth-mrpack-mime.xml" PARENT_SCOPE) set(Launcher_MetaInfo "program_info/org.prismlauncher.PrismLauncher.metainfo.xml" PARENT_SCOPE) set(Launcher_SVG "program_info/org.prismlauncher.PrismLauncher.svg" PARENT_SCOPE) set(Launcher_Branding_ICNS "program_info/prismlauncher.icns" PARENT_SCOPE) -- cgit