X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=win32%2FMakefile.am;h=016518b6d3038f11d7a1aaed446939c21bf5b6da;hp=0cd01dfcaee2b449d05f1323a7c9d96a2bab6f02;hb=6a5d12788f2778a26223de690d34b00ac16a6ec3;hpb=71bd9dbaf1c1e3c55a9f63392a73865d8aeee7d4 diff --git a/win32/Makefile.am b/win32/Makefile.am index 0cd01df..016518b 100644 --- a/win32/Makefile.am +++ b/win32/Makefile.am @@ -4,7 +4,7 @@ INSTALLER_NAME = yoinksetup-$(VERSION).exe .PHONY: installer installer: @echo "Building win32 installer..." - @(sh build-installer.sh $(INSTALLER_NAME) 2> installer.log 1>&2 && \ + @(sh mkpackage.sh $(INSTALLER_NAME) 2> installer.log 1>&2 && \ rm installer.log && echo "Done.") || \ (echo "Installer compilation failed!"; \ echo "Check installer.log for details."; exit 1)