From d3a3f95c506cd5d0a62c6a6fb85988d3013dbfbd Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Sun, 31 Dec 2023 13:00:50 -0600 Subject: [PATCH] fix(exe): correct path for gfpgan folders within bundle --- exe/build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exe/build.bat b/exe/build.bat index 737ec5a9..4772d161 100644 --- a/exe/build.bat +++ b/exe/build.bat @@ -5,7 +5,7 @@ REM build bundle pyinstaller win10.directml.dir.spec --noconfirm REM copy additional dirs -xcopy .\gfpgan .\dist\server\gfpgan /s /e /f /i /y +xcopy .\gfpgan .\dist\server\_internal\gfpgan /s /e /f /i /y xcopy ..\api\gui .\dist\client /s /e /f /i /y xcopy ..\api\schemas .\dist\schemas /s /e /f /i /y xcopy ..\docs .\dist\docs /s /e /f /i /y