- Added new config mode for use with http mirror - Removed previous http mirror workarounds - Added Offline Mode launcher to package fetch. - Add splash screen on startup
10 lines
181 B
Batchfile
10 lines
181 B
Batchfile
|
|
|
|
|
|
@echo off
|
|
|
|
for /f "tokens=* usebackq" %%f in (`dir /b AndroidSideloader*.exe`) do (set "sideloader=%%f" & goto :next)
|
|
:next
|
|
|
|
echo %sideloader%
|
|
start "" "%sideloader%" "--offline" |