Added files.
master
LH 6 years ago
parent 0b26fda347
commit 4b57c1a974
  1. 6
      _Setup/[UnityBuild] 01_ForstCoronation.bat
  2. 5
      _Setup/[UnityBuild] 03_RoyalGallery_Navigator.bat
  3. 5
      _Setup/[UnityBuild] 03_RoyalGallery_Portrait.bat
  4. 5
      _Setup/[UnityBuild] 08_DarkSea.bat
  5. 16
      _Setup/conf/UnityBuild-01_ForstCoronation.conf
  6. 16
      _Setup/conf/UnityBuild-03_RoyalGallery_Navigator.conf
  7. 16
      _Setup/conf/UnityBuild-03_RoyalGallery_Portrait.conf
  8. 16
      _Setup/conf/UnityBuild-08_DarkSea.conf

@ -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" : "AR3HNOYJSMWFTY2ABIGEIGVKIPPAPW2VB",
"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" : "ASBQMD3K6XSHHCVNELTTYKRKHJBDBS3CS",
"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" : "A7LKLFO7YRW533ECKCUMQVA2NY55VKLE5",
"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" : "AJR4HEEZXQ4NFXS2BQA2CCGAHSRTGFCKBs",
"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…
Cancel
Save