spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit a1f3177e5447597fc943336ce2a707ecf867fc8b
parent 2ce2137be7c4443f913536759146d07b5055ef9d
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Mon, 28 Mar 2011 09:06:23 +0800

win: Fix cleanup in bundle.sh

Diffstat:
Mdist/win/bundle.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/dist/win/bundle.sh b/dist/win/bundle.sh @@ -11,6 +11,7 @@ pushd $(dirname $0)/../.. rm -fr dist/win/Spek mkdir dist/win/Spek +rm dist/win/spek.{msi,zip} # Compile the resource file windres dist/win/spek.rc -O coff -o dist/win/spek.res