Skip to content

Commit

Permalink
fix(exe): correct path for gfpgan folders within bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Dec 31, 2023
1 parent 00db9a2 commit d3a3f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exe/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d3a3f95

Please sign in to comment.