diff options
| author | Autumn <git@autumnfo.rest> | 2026-05-16 11:05:08 +0100 |
|---|---|---|
| committer | Autumn <git@autumnfo.rest> | 2026-05-16 11:05:08 +0100 |
| commit | aa4658f90a6a4d9c771e50682d5e96403658b3d5 (patch) | |
| tree | 7bdb3d2e3ce4b6a6f86a13122ab0f1caf0008013 | |
| parent | ead3fc8091008d580ca13e5fbef786a78151b784 (diff) | |
| -rwxr-xr-x | install.nu | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ # get profile location let PROFILE_DIR = match (uname | get nodename) { "glados" | "wheatley" => $"($env.HOME)/.config/librewolf/librewolf/Main", - "hx7124" => $"($env.HOME)/Application Support/librewolf/Profiles/Main", + "HX7124.local" => $"($env.HOME)/Library/Application Support/librewolf/Profiles/Main", _ => { error make -u { msg: "invalid device" } } } |
