mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-11-20 16:19:19 +01:00
12 lines
178 B
Batchfile
12 lines
178 B
Batchfile
@echo off
|
|
|
|
cd /d "C:\Program Files\Humble App\"
|
|
set /p Url=<"C:\.auth"
|
|
|
|
if defined Url (
|
|
start "" "Humble App.exe" "%Url%"
|
|
) else (
|
|
start "" "Humble App.exe" "%*"
|
|
)
|
|
|
|
exit |