From 0e5150e5f2687c8aa8560cb7cb61049f7e92902e Mon Sep 17 00:00:00 2001 From: Aakriti Awasthi Date: Thu, 22 Aug 2024 20:45:49 +0530 Subject: [PATCH] set paths for deploy and faas (#26) * set paths for deploy and faas * Update metacall.bat --------- Co-authored-by: Vicente Eduardo Ferrer Garcia <7854099+viferga@users.noreply.github.com> --- metacall.bat | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/metacall.bat b/metacall.bat index b6b6ca1..cb8e329 100644 --- a/metacall.bat +++ b/metacall.bat @@ -35,6 +35,10 @@ set "ri_path=%loc%\runtimes\ruby\bin\ri.bat" set "typeprof_path=%loc%\runtimes\ruby\bin\typeprof.bat" rem TODO: set "nuget_path=%loc%\runtimes\dotnet\nuget.exe" +rem Additional Packages Paths +set "deploy_path=%~dp0\deps\deploy\metacall-deploy.cmd" +set "faas_path=%~dp0\deps\faas\metacall-faas.cmd" + rem Check if it is running a package manager (or related binary) and execute it for /f "tokens=1,* delims= " %%a in ("%*") do set SUBPROGRAM_PARAMETERS=%%b setlocal ENABLEDELAYEDEXPANSION