diff --git a/run.bat b/run.bat index 41a7bce..a9b3863 100644 --- a/run.bat +++ b/run.bat @@ -1,6 +1,6 @@ @echo off chcp 65001 - +cd %~dp0 set PATH=.\ffmpeg\bin;.\python;%PATH% @REM 不使用代理 diff --git a/run.ps1 b/run.ps1 index aaa68c6..30aa6b2 100644 --- a/run.ps1 +++ b/run.ps1 @@ -1,5 +1,5 @@ chcp 65001 - +Set-Location $PSScriptRoot $env:PATH = ".\ffmpeg\bin;.\python;" + $env:PATH # 不使用代理