Skip to content
Snippets Groups Projects
Commit 00ef5ad6 authored by Simon Clitherow's avatar Simon Clitherow
Browse files

Updated win self-installer script. Still uses the 16-color icon images (sorry broken!) :)

parent ed074e86
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ Section "Blender-VERSION (required)"
; Put file there
File DISTDIR\blender.exe
File DISTDIR\python22.dll
File DISTDIR\sdl.dll
File DISTDIR\gnu_gettext.dll
File DISTDIR\Copyright.txt
File DISTDIR\Readme.txt
......@@ -110,6 +111,7 @@ Section "Uninstall"
; remove files
Delete $INSTDIR\blender.exe
Delete $INSTDIR\python22.dll
Delete $INSTDIR\sdl.dll
Delete $INSTDIR\gnu_gettext.dll
Delete $INSTDIR\Copyright.txt
Delete $INSTDIR\Readme.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment