]> Dogcows Code - chaz/yoink/blobdiff - win32/build-installer.sh.in
removed alut dependency
[chaz/yoink] / win32 / build-installer.sh.in
index 115599d854c7b5450e36a6c0ee7bb9840d9d3c93..2051a22c1218491f2b6129f846301e3abda4425f 100644 (file)
@@ -20,7 +20,7 @@ SCRIPT="$DEST/yoink.nsi"
 OUT_FILE=${1:-yoinksetup-@VERSION@.exe}
 
 # DLL dependencies
-DLLS="SDL SDL_image zlib1 libpng12-0 OpenAL32 libalut-0 libvorbis-0 libogg-0"
+DLLS="SDL SDL_image zlib1 libpng12-0 OpenAL32 libvorbis-0 libogg-0"
 DLLS="$DLLS libvorbisfile-3 lua51"
 
 # Prepare
@@ -265,7 +265,7 @@ Section "$SEC_INSTALL" SecInstallYoink
   File /r /x Makefile* /x *.desktop "$ROOT_DIR/data"
   ; documentation
   File "$ROOT_DIR/AUTHORS" "$ROOT_DIR/ChangeLog" "$ROOT_DIR/COPYING"
-  File "$ROOT_DIR/README" "$ROOT_DIR/TODO" "$ROOT_DIR/doc/screenshot.png"
+  File "$ROOT_DIR/README" "$ROOT_DIR/TODO" "$ROOT_DIR/doc/screenshot.jpg"
   File /r "$ROOT_DIR/doc/licenses"
   ; uninstall
   WriteUninstaller "uninstall.exe"
This page took 0.02017 seconds and 4 git commands to generate.