mirror of
https://github.com/bia-technologies/sonar-helper.git
synced 2026-06-18 17:24:22 +02:00
Мелкие исправления + самоустановщик
This commit is contained in:
+4
-3
@@ -1,3 +1,4 @@
|
|||||||
build/
|
build/
|
||||||
*.log
|
*.log
|
||||||
*.ospx
|
*.ospx
|
||||||
|
*.back
|
||||||
|
|||||||
@@ -7,4 +7,4 @@
|
|||||||
"--statuses": "CLOSED",
|
"--statuses": "CLOSED",
|
||||||
"--edt2cfg": false,
|
"--edt2cfg": false,
|
||||||
"--tags": "vendor"
|
"--tags": "vendor"
|
||||||
}}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user