parent
ea1b17e6ef
commit
136e4b9e4d
3 changed files with 22 additions and 0 deletions
@ -0,0 +1,5 @@ |
||||
@ECHO OFF |
||||
TASKKILL /IM "Resilio Sync.exe" /F |
||||
COPY /Y conf\UnityBuild-05_BallPool.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" : "ABAWEEYVF2DGDJNE2S43U3VOE74WBVAUL", |
||||
"dir" : "C:/UC/Project-19050-Frozen2/_Deploy_PC/05_BallPool/UnityBuild-20038-05_BallPool_8M", // * 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