1
0
mirror of https://github.com/bia-technologies/diff3cf.git synced 2024-12-12 08:45:08 +02:00
diff3cf/installlocalhost.bat

12 lines
234 B
Batchfile
Raw Permalink Normal View History

@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 .
)
call opm install -f *.ospx