From 99ee2188354331bcdac81531ad397a19d9141f55 Mon Sep 17 00:00:00 2001 From: Celestia Ludenberg Date: Thu, 30 Jul 2026 18:06:59 +0200 Subject: [PATCH] fix: update live_path from archiso to artix bootmnt --- data/preferences.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/preferences.json b/data/preferences.json index 8c13a45..616abd2 100644 --- a/data/preferences.json +++ b/data/preferences.json @@ -5,7 +5,7 @@ "desktop_path": "/usr/share/applications/antergos-welcome.desktop", "gnometour_path": "/usr/bin/gnome-tour", "installer_path": "/usr/bin/calamares-next", - "live_path": "/run/archiso/bootmnt", + "live_path": "/run/artix/bootmnt", "locale_path": "/usr/share/locale", "logo_path": "/usr/share/icons/hicolor/64x64/apps/antergos-next.png", "plasmawelcome_path": "/usr/bin/plasma-welcome",