1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +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
+1 -1
View File
@@ -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
+3 -1
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% @exit /b %ERRORLEVEL%
@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
</startup>
</configuration>
-8
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.