-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Description
Elixir and Erlang/OTP versions
Erlang/OTP 26 [erts-14.2.5] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit:ns]
Elixir 1.17.2 (compiled with Erlang/OTP 26)
Operating system
windows
Current behavior
Starting the released "application.bat" from a different drive does not work.
It show multiple "File not found" and does nothing.
C:\Users\mccricri > d:\src\test_elixir\_build\prod\rel\test_elixir\bin\test_elixir.bat start
Le chemin d’accès spécifié est introuvable.
Le chemin d’accès spécifié est introuvable.
Le chemin d’accès spécifié est introuvable.
Le chemin d’accès spécifié est introuvable.
Expected behavior
before going to ".." of the script directory in
elixir/lib/mix/lib/mix/tasks/release.init.ex
Line 304 in 5137c33
cd "%~dp0\.." |
we must switch to the good drive.
I just add %~d0
before this line and works well.
Metadata
Metadata
Assignees
Labels
No labels