2020_12_Taipei
Frozen2-Deveoper 5 years ago
commit f14129a375
  1. BIN
      03_RoyalGallery/19050-03_RoyalGallery_Navigator.lnk
  2. BIN
      03_RoyalGallery/19050-03_RoyalGallery_Portrait.lnk
  3. 4
      _Startup/03_RoyalGallery_Navigator.bat
  4. 6
      _Startup/03_RoyalGallery_Portrait.bat

@ -6,6 +6,6 @@ cd "%root%\%device%\PrinterController"
start "" "PrinterController.exe" start "" "PrinterController.exe"
timeout /t 8 timeout /t 8
cd "%root%\%device%\UnityBuild-19050-03_RoyalGallery_Navigator\Build\" cd "%root%\%device%"
CALL "19050-03_RoyalGallery_Navigator.exe" start "" "19050-03_RoyalGallery_Navigator"

@ -1,5 +1,7 @@
set root=C:\UC\Project-19050-Frozen2\_Deploy_PC set root=C:\UC\Project-19050-Frozen2\_Deploy_PC
set device=03_RoyalGallery set device=03_RoyalGallery
timeout /t 8 timeout /t 8
CD "%root%\%device%\UnityBuild-19050-03_RoyalGallery_Portrait\Build\" CD "%root%\%device%"
CALL "19050-03_RoyalGallery_Portrait.exe" start "" "19050-03_RoyalGallery_Portrait"
rem CD "%root%\%device%\UnityBuild-19050-03_RoyalGallery_Portrait\Build\"
rem CALL "19050-03_RoyalGallery_Portrait.exe"

Loading…
Cancel
Save