Skip to content

Commit

Permalink
set paths for deploy and faas (#26)
Browse files Browse the repository at this point in the history
* set paths for deploy and faas

* Update metacall.bat

---------

Co-authored-by: Vicente Eduardo Ferrer Garcia <7854099+viferga@users.noreply.github.com>
  • Loading branch information
aakritiawasthi and viferga authored Aug 22, 2024
1 parent 14bbd3f commit 0e5150e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions metacall.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e5150e

Please sign in to comment.