1
0
mirror of https://github.com/bia-technologies/precommit4onec.git synced 2025-02-05 13:14:55 +02:00
precommit4onec/installlocalhost.bat

13 lines
235 B
Batchfile
Raw Normal View History

2019-03-18 10:13:46 +03:00
@echo off
call del "*.ospx"
2019-03-18 10:13:46 +03:00
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 .
)
call opm install -f *.ospx