From 9bf87fa6ef0190827fccde1790bb7afdbd2f4ec9 Mon Sep 17 00:00:00 2001 From: QriLa | Hyeon Gu <68494132+qyurila@users.noreply.github.com> Date: Tue, 5 Mar 2024 22:18:17 +0900 Subject: [PATCH] prismlauncher: Persist catpacks and iconthemes (#1099) --- bucket/prismlauncher-qt5.json | 2 ++ bucket/prismlauncher.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/bucket/prismlauncher-qt5.json b/bucket/prismlauncher-qt5.json index 196813640d5a..47bb28527c4c 100644 --- a/bucket/prismlauncher-qt5.json +++ b/bucket/prismlauncher-qt5.json @@ -55,7 +55,9 @@ "persist": [ "assets", "cache", + "catpacks", "icons", + "iconthemes", "instances", "libraries", "logs", diff --git a/bucket/prismlauncher.json b/bucket/prismlauncher.json index f80cd8985d1d..dc0102a4f832 100644 --- a/bucket/prismlauncher.json +++ b/bucket/prismlauncher.json @@ -60,7 +60,9 @@ "persist": [ "assets", "cache", + "catpacks", "icons", + "iconthemes", "instances", "libraries", "logs",