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:
1
alas.bat
1
alas.bat
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user