animatch: correctly persist progress (?)
This commit is contained in:
@@ -217,7 +217,11 @@ in
|
|||||||
|
|
||||||
# INDIVIDUAL PACKAGE DEFINITIONS
|
# 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" ];
|
cargo.persist.byStore.plaintext = [ ".cargo" ];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user