parent
1f3ba58cba
commit
5866077ddc
9 changed files with 85 additions and 1 deletions
@ -1 +0,0 @@ |
|||||||
#gitkeep file |
|
||||||
@ -0,0 +1,6 @@ |
|||||||
|
@ECHO OFF |
||||||
|
TASKKILL /IM "Resilio Sync.exe" /F |
||||||
|
COPY /Y conf\UnityBuild-01_ForstCoronation.conf "%USERPROFILE%\AppData\Roaming\Resilio Sync\sync.conf" |
||||||
|
PASUE |
||||||
|
START "" "%USERPROFILE%\AppData\Roaming\Resilio Sync\Resilio Sync.exe" |
||||||
|
REM PAUSE |
||||||
@ -0,0 +1,5 @@ |
|||||||
|
@ECHO OFF |
||||||
|
TASKKILL /IM "Resilio Sync.exe" /F |
||||||
|
COPY /Y conf\UnityBuild-03_RoyalGallery_Navigator.conf "%USERPROFILE%\AppData\Roaming\Resilio Sync\sync.conf" |
||||||
|
START "" "%USERPROFILE%\AppData\Roaming\Resilio Sync\Resilio Sync.exe" |
||||||
|
REM PAUSE |
||||||
@ -0,0 +1,5 @@ |
|||||||
|
@ECHO OFF |
||||||
|
TASKKILL /IM "Resilio Sync.exe" /F |
||||||
|
COPY /Y conf\UnityBuild-03_RoyalGallery_Portrait.conf "%USERPROFILE%\AppData\Roaming\Resilio Sync\sync.conf" |
||||||
|
START "" "%USERPROFILE%\AppData\Roaming\Resilio Sync\Resilio Sync.exe" |
||||||
|
REM PAUSE |
||||||
@ -0,0 +1,5 @@ |
|||||||
|
@ECHO OFF |
||||||
|
TASKKILL /IM "Resilio Sync.exe" /F |
||||||
|
COPY /Y conf\UnityBuild-08_DarkSea.conf "%USERPROFILE%\AppData\Roaming\Resilio Sync\sync.conf" |
||||||
|
START "" "%USERPROFILE%\AppData\Roaming\Resilio Sync\Resilio Sync.exe" |
||||||
|
REM PAUSE |
||||||
@ -0,0 +1,16 @@ |
|||||||
|
//samples can be found here: http://internal.getsync.com/support/sample.conf |
||||||
|
{ |
||||||
|
"shared_folders" : |
||||||
|
[ |
||||||
|
{ |
||||||
|
"secret" : "BPIRVC4UOSYO2IQEKCULGSFG4WO5NWZYQ", |
||||||
|
"dir" : "C:/UC/Project-19050-Frozen2/_Deploy_PC/01_ForstCoronation/UnityBuild-19050-01_ForstCoronation", // * required field |
||||||
|
"use_relay_server" : true, // use relay server when direct connection fails |
||||||
|
"use_tracker" : true, |
||||||
|
"search_lan" : true, |
||||||
|
"use_sync_trash" : false, // enable SyncArchive to store files deleted on remote devices |
||||||
|
"overwrite_changes" : true, // restore modified files to original version, ONLY for Read-Only folders |
||||||
|
"selective_sync" : false//, // add folder in selective sync mode |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
@ -0,0 +1,16 @@ |
|||||||
|
//samples can be found here: http://internal.getsync.com/support/sample.conf |
||||||
|
{ |
||||||
|
"shared_folders" : |
||||||
|
[ |
||||||
|
{ |
||||||
|
"secret" : "BHVO6SHJWB7P7HJI7HCYW6OX7ZXU2FIGD", |
||||||
|
"dir" : "C:/UC/Project-19050-Frozen2/_Deploy_PC/03_RoyalGallery/UnityBuild-19050-03_RoyalGallery_Navigator", // * required field |
||||||
|
"use_relay_server" : true, // use relay server when direct connection fails |
||||||
|
"use_tracker" : true, |
||||||
|
"search_lan" : true, |
||||||
|
"use_sync_trash" : false, // enable SyncArchive to store files deleted on remote devices |
||||||
|
"overwrite_changes" : true, // restore modified files to original version, ONLY for Read-Only folders |
||||||
|
"selective_sync" : false//, // add folder in selective sync mode |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
@ -0,0 +1,16 @@ |
|||||||
|
//samples can be found here: http://internal.getsync.com/support/sample.conf |
||||||
|
{ |
||||||
|
"shared_folders" : |
||||||
|
[ |
||||||
|
{ |
||||||
|
"secret" : "BTFJANOLC6YIEWAGYVWTQ5KJ72OMG5SWF", |
||||||
|
"dir" : "C:/UC/Project-19050-Frozen2/_Deploy_PC/03_RoyalGallery/UnityBuild-19050-03_RoyalGallery_Portrait", // * required field |
||||||
|
"use_relay_server" : true, // use relay server when direct connection fails |
||||||
|
"use_tracker" : true, |
||||||
|
"search_lan" : true, |
||||||
|
"use_sync_trash" : false, // enable SyncArchive to store files deleted on remote devices |
||||||
|
"overwrite_changes" : true, // restore modified files to original version, ONLY for Read-Only folders |
||||||
|
"selective_sync" : false//, // add folder in selective sync mode |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
@ -0,0 +1,16 @@ |
|||||||
|
//samples can be found here: http://internal.getsync.com/support/sample.conf |
||||||
|
{ |
||||||
|
"shared_folders" : |
||||||
|
[ |
||||||
|
{ |
||||||
|
"secret" : "BUDFWE3TYAPFAIZEWWEHD5PCMKQTIUTBH", |
||||||
|
"dir" : "C:/UC/Project-19050-Frozen2/_Deploy_PC/08_DarkSea/UnityBuild-19050-08_DarkSea", // * required field |
||||||
|
"use_relay_server" : true, // use relay server when direct connection fails |
||||||
|
"use_tracker" : true, |
||||||
|
"search_lan" : true, |
||||||
|
"use_sync_trash" : false, // enable SyncArchive to store files deleted on remote devices |
||||||
|
"overwrite_changes" : true, // restore modified files to original version, ONLY for Read-Only folders |
||||||
|
"selective_sync" : false//, // add folder in selective sync mode |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
Loading…
Reference in new issue