Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Use actual bin dir for composer in env and set APP_ROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoboss committed Oct 21, 2022
1 parent e9c7e05 commit d1f5ddd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion phox.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@echo off
setlocal DISABLEDELAYEDEXPANSION
SET BIN_TARGET=%~dp0phox
SET COMPOSER_RUNTIME_BIN_DIR=%~dp0
SET APP_ROOT=%~dp0
SET COMPOSER_RUNTIME_BIN_DIR=%~dp0vendor\bin\
php "%BIN_TARGET%" %*

0 comments on commit d1f5ddd

Please sign in to comment.