1
0
mirror of https://github.com/bia-technologies/snippet-transform.git synced 2025-07-16 10:04:20 +02:00
Files
snippet-transform/installlocalhost.bat

13 lines
309 B
Batchfile
Raw Permalink Normal View History

2019-03-25 14:20:57 +03:00
@echo off
call del "*.ospx"
for /f %%i in ('"oscript -version"') do set result=%%i
if %result%==1.0.19.105 (
call opm build . -mf ./packagedef -out .
) else (
call opm build -m ./packagedef -o .
)
rem // TODO: наименование приложения и версия
call opm install -f *.ospx