animatch: correctly persist progress (?)

This commit is contained in:
Colin 2023-11-17 01:24:04 +00:00
parent 93ea668db3
commit d85dbf1d33

View File

@ -217,7 +217,11 @@ in
# INDIVIDUAL PACKAGE DEFINITIONS
animatch.persist.byStore.plaintext = [ ".local/share/Holy Pangolin/Animatch" ]; # game progress
animatch.persist.byStore.plaintext = [
# game progress
".config/Holy Pangolin/Animatch"
".local/share/Holy Pangolin/Animatch" # i think this one might be wrong
];
cargo.persist.byStore.plaintext = [ ".cargo" ];