mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 12:36:31 +00:00
update installer
This commit is contained in:
+7
-1
@@ -58,9 +58,15 @@ cd..
|
||||
echo Copy ico
|
||||
copy logo.ico dist\
|
||||
|
||||
echo Copying cudnn files
|
||||
set cudnn-folder="C:\Program Files\NVIDIA\CUDNN\v9.4\bin\12.6"
|
||||
copy %cudnn-folder%\* dist\*
|
||||
@REM dont need
|
||||
del dist\cudnn_adv64_9.dll
|
||||
|
||||
|
||||
echo building installer...
|
||||
iscc build\installer.iss
|
||||
cd build\
|
||||
|
||||
echo uploading installer...
|
||||
call .\cdn_manager.exe upload suite AzaionSuiteInstaller.exe ..\AzaionSuiteInstaller.exe
|
||||
Reference in New Issue
Block a user