mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-02-09 13:47:03 +02:00
Fastfix
This commit is contained in:
parent
cfbd2d8e74
commit
9faa96f4c5
2
.gitignore
vendored
2
.gitignore
vendored
@ -17,4 +17,4 @@ fakedata.json
|
|||||||
/docs/docusaurus/build
|
/docs/docusaurus/build
|
||||||
/docs/docusaurus/docs
|
/docs/docusaurus/docs
|
||||||
|
|
||||||
!ci/installer_set/bin/oscript.exe
|
!ci/installer_set/share/oint/bin/oscript.exe
|
||||||
|
@ -1,2 +1,4 @@
|
|||||||
@call "%~dp0/share/bin/oint/oscript.exe" "%~dp0/share/lib/oint/oint-cli/core/Classes/app.os" %*
|
@echo off
|
||||||
|
set "oint_folder=%~dp0"
|
||||||
|
call "%oint_folder%..\share\oint\bin\oscript.exe" "%oint_folder%..\share\oint\lib\oint-cli\core\Classes\app.os" %*
|
||||||
@exit /b %ERRORLEVEL%
|
@exit /b %ERRORLEVEL%
|
||||||
|
Binary file not shown.
@ -1,6 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<configuration>
|
|
||||||
<startup>
|
|
||||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
|
|
||||||
</startup>
|
|
||||||
</configuration>
|
|
@ -1,8 +0,0 @@
|
|||||||
@echo off
|
|
||||||
|
|
||||||
setlocal
|
|
||||||
|
|
||||||
set lib="%~dp0..\lib"
|
|
||||||
set opm=%lib%\opm\src\cmd\opm.os
|
|
||||||
|
|
||||||
oscript.exe %opm% %*
|
|
BIN
ci/installer_set/share/oint/bin/oscript.exe
Normal file
BIN
ci/installer_set/share/oint/bin/oscript.exe
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user