wine: persist pb powerbomber

This commit is contained in:
Colin 2023-11-26 12:18:08 +00:00
parent ac7c0709e8
commit dcb74234a6

View File

@ -3,5 +3,9 @@
sane.programs.wine = {
# no need for the cryptographic nature, just needs to not use loads of / tmpfs.
persist.byStore.cryptClearOnBoot = [ ".wine" ];
persist.byStore.plaintext = [
# Power Bomberman: <https://www.bombermanboard.com/viewtopic.php?t=1925>
".wine/drive_c/users/colin/AppData/pb"
];
};
}