Added 05_BallPoll batch & conf.
master
LH 6 years ago
parent f36e78d8e5
commit 11594ac6f8
  1. 5
      _Setup/[UnityBuild] 05_BallPool.bat
  2. 16
      _Setup/conf/UnityBuild-05_BallPool.conf

@ -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" : "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
}
]
}
Loading…
Cancel
Save