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 = {
|
settings.folders = {
|
||||||
game-data = {
|
game-data = {
|
||||||
devices = ["protostar"];
|
devices = ["protostar"];
|
||||||
path = "~/Game/data";
|
path = "~/游戏/data";
|
||||||
type = "sendonly";
|
type = "sendonly";
|
||||||
};
|
};
|
||||||
game-save = {
|
game-save = {
|
||||||
devices = ["protostar"];
|
devices = ["protostar"];
|
||||||
path = "~/Game/save";
|
path = "~/游戏/save";
|
||||||
};
|
};
|
||||||
music = {
|
music = {
|
||||||
devices = ["nebula"];
|
devices = ["nebula"];
|
||||||
path = "~/Music";
|
path = "~/音乐";
|
||||||
type = "sendonly";
|
type = "sendonly";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue