1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-25 03:32:38 +08:00

Fix: added pushd on alas.bat

- this will handle if someone runs as administrator
This commit is contained in:
whoamikyo
2020-08-23 02:25:44 -03:00
parent 610ed920f3
commit b2bfbd783a

View File

@@ -5,6 +5,7 @@
:: Last updated: 2020-08-22 :: Last updated: 2020-08-22
:: >>> Get updated from: https://github.com/LmeSzinc/AzurLaneAutoScript <<< :: >>> Get updated from: https://github.com/LmeSzinc/AzurLaneAutoScript <<<
@echo off @echo off
pushd "%~dp0"
setlocal EnableDelayedExpansion setlocal EnableDelayedExpansion
set "Version=3.0" set "Version=3.0"
set "lastUpdated=2020-08-22" set "lastUpdated=2020-08-22"