Ver código fonte

Update build_example_web.bat

pull/5083/head
Ray 2 meses atrás
pai
commit
159a9eac4a
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      examples/build_example_web.bat

+ 2
- 2
examples/build_example_web.bat Ver arquivo

@ -1,10 +1,10 @@
::@echo off
:: .
:: Compile your examples for web using: build_example_web.bat <example_category>\<example_name>
:: Compile your examples for web using: build_example_web.bat <example_category>/<example_name>
:: .
set "INPUT_FILE=%1"
:: Change delimiter for the FOR loop
for /f "tokens=1-10 delims=\" %%a in ("%INPUT_FILE%") do (
for /f "tokens=1-10 delims=/" %%a in ("%INPUT_FILE%") do (
set CATEGORY=%%a
set FILENAME=%%b
)

Carregando…
Cancelar
Salvar