diff --git a/_Setup/[UnityBuild] 05_BallPool.bat b/_Setup/[UnityBuild] 05_BallPool.bat new file mode 100644 index 0000000..7d08ddf --- /dev/null +++ b/_Setup/[UnityBuild] 05_BallPool.bat @@ -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 \ No newline at end of file diff --git a/_Setup/conf/UnityBuild-05_BallPool.conf b/_Setup/conf/UnityBuild-05_BallPool.conf new file mode 100644 index 0000000..ed4b858 --- /dev/null +++ b/_Setup/conf/UnityBuild-05_BallPool.conf @@ -0,0 +1,16 @@ +//samples can be found here: http://internal.getsync.com/support/sample.conf +{ + "shared_folders" : + [ + { + "secret" : "AED5Y4EJ6SVVD3GQRJSPZPA4JAXA5EIJR", + "dir" : "C:/UC/Project-19050-Frozen2/_Deploy_PC/05_BallPool/UnityBuild-19050-05_BallPool", // * 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 + } + ] +}