Merge pull request #87 from happytommyl/master

Change the working directory
This commit is contained in:
acgnhiki 2022-07-05 13:58:34 +08:00 committed by GitHub
commit 133409a81a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
@echo off
chcp 65001
cd %~dp0
set PATH=.\ffmpeg\bin;.\python;%PATH%
@REM 不使用代理

View File

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