mirror of
https://github.com/bia-technologies/precommit4onec.git
synced 2024-11-24 08:32:25 +02:00
5 lines
116 B
Batchfile
5 lines
116 B
Batchfile
@ECHO OFF
|
|
call del "*.ospx"
|
|
call opm build . -mf ./packagedef -out .
|
|
call opm install -f precommit4onec-1.0.12.ospx
|