Skip to content

Commit

Permalink
Fix wrap_call on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePrv committed Mar 12, 2024
1 parent ed16744 commit a4e98a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmamba/src/core/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,7 @@ namespace mamba
// TODO
std::string CONDA_PACKAGE_ROOT = "";

std::string bat_name = options.is_mamba_exe ? "micromamba.bat" : "conda.bat";
std::string bat_name = get_self_exe_path().stem().string();

if (options.dev_mode)
{
Expand Down

0 comments on commit a4e98a6

Please sign in to comment.