Мелкие исправления + самоустановщик

This commit is contained in:
Maximov Valery
2019-03-20 10:45:30 +03:00
parent 99713657cf
commit e086d58f3b
3 changed files with 17 additions and 4 deletions
+4 -3
View File
@@ -1,3 +1,4 @@
build/
*.log
*.ospx
build/
*.log
*.ospx
*.back
+1 -1
View File
@@ -7,4 +7,4 @@
"--statuses": "CLOSED",
"--edt2cfg": false,
"--tags": "vendor"
}}
}
+12
View File
@@ -0,0 +1,12 @@
@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