From 2407b75e20191da5d826ff3e7d03efeacc970444 Mon Sep 17 00:00:00 2001 From: beville Date: Mon, 28 Apr 2014 19:55:03 -0700 Subject: [PATCH] fixed a cleanup line --- mac/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac/Makefile b/mac/Makefile index 6fc0c112..450e40c7 100644 --- a/mac/Makefile +++ b/mac/Makefile @@ -24,7 +24,7 @@ dist: cp $(MAC_BASE)/app.icns $(APP_BUNDLE)/Contents/Resources/icon-windowed.icns cp `which unrar` $(APP_BUNDLE)/Contents/MacOS - rm -rf $(APP_BUNDLE)/Contents/MacOS/comicstreamerlib/static/HTML5-Comic-Book-Reader + rm -rf $(APP_BUNDLE)/Contents/MacOS/static/HTML5-Comic-Book-Reader # fix the version string in the Info.plist sed -i -e 's/0\.0\.0/$(VERSION_STR)/' $(MAC_BASE)/dist/ComicStreamer.app/Contents/Info.plist