Fix syncthing
This commit is contained in:
parent
c4ae3e6495
commit
3e1aa6421f
1 changed files with 3 additions and 3 deletions
|
|
@ -4,16 +4,16 @@
|
|||
settings.folders = {
|
||||
game-data = {
|
||||
devices = ["protostar"];
|
||||
path = "~/Game/data";
|
||||
path = "~/游戏/data";
|
||||
type = "sendonly";
|
||||
};
|
||||
game-save = {
|
||||
devices = ["protostar"];
|
||||
path = "~/Game/save";
|
||||
path = "~/游戏/save";
|
||||
};
|
||||
music = {
|
||||
devices = ["nebula"];
|
||||
path = "~/Music";
|
||||
path = "~/音乐";
|
||||
type = "sendonly";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue