Change the working directory

Change the working directory to that of the batch file so that it can be run globaly from the terminal
This commit is contained in:
happytommyl 2022-07-05 02:26:12 +08:00 committed by GitHub
parent 1ea9d10fce
commit 955a531655
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
chcp 65001
Set-Location $PSScriptRoot
$env:PATH = ".\ffmpeg\bin;.\python;" + $env:PATH
# 不使用代理