mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
Fix wrong args order
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
@echo off
|
||||
pushd %~dp0
|
||||
dotnet %ASF_ARGS% ArchiSteamFarm.dll
|
||||
dotnet ArchiSteamFarm.dll %ASF_ARGS%
|
||||
|
||||
@@ -7,4 +7,4 @@ if [[ -z "${ASF_ARGS-}" ]]; then
|
||||
fi
|
||||
|
||||
# We don't need our shell anymore, just replace the current process instead of starting a new one
|
||||
exec dotnet $ASF_ARGS ArchiSteamFarm.dll
|
||||
exec dotnet ArchiSteamFarm.dll $ASF_ARGS
|
||||
|
||||
Reference in New Issue
Block a user