You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-22 10:05:29 +02:00
Fastfix
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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%
|
||||
|
||||
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% %*
|
||||
Binary file not shown.
Reference in New Issue
Block a user