Inno installer scripts for createing installer for windows from sd.cpp.gui.wx project
fszontagh
2024-03-09 abef198bc8d5efc44ad9e8cf35c7b677333c26ee
copy cuda redistributable dlls
1 files modified
7 ■■■■■ changed files
autobuild.bat 7 ●●●●● patch | view | raw | blame | history
autobuild.bat
@@ -222,6 +222,13 @@
xcopy /s /v /h /y %CUDA_dir%\build\Release %compiled_dir%\sd.cpp.gui.wx_cuda\
REM copy duda distr. dlls
xcopy /s /v /h /y %CUDA_PATH%\bin\cublas64_12.dll %compiled_dir%\sd.cpp.gui.wx_cuda\
xcopy /s /v /h /y %CUDA_PATH%\bin\cublasLt64_12.dll %compiled_dir%\sd.cpp.gui.wx_cuda\
xcopy /s /v /h /y %CUDA_PATH%\bin\cudart64_12.dll %compiled_dir%\sd.cpp.gui.wx_cuda\
goto :done
:done