1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-02-03 13:22:19 +02:00
This commit is contained in:
Anton 2024-10-26 16:46:39 +03:00
parent cfbd2d8e74
commit 9faa96f4c5
6 changed files with 4 additions and 16 deletions

2
.gitignore vendored
View File

@ -17,4 +17,4 @@ fakedata.json
/docs/docusaurus/build
/docs/docusaurus/docs
!ci/installer_set/bin/oscript.exe
!ci/installer_set/share/oint/bin/oscript.exe

View File

@ -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%

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
</startup>
</configuration>

View File

@ -1,8 +0,0 @@
@echo off
setlocal
set lib="%~dp0..\lib"
set opm=%lib%\opm\src\cmd\opm.os
oscript.exe %opm% %*

Binary file not shown.