From: Rudolf Polzer Date: Fri, 31 Dec 2010 12:36:47 +0000 (+0100) Subject: always chmod the release exe file X-Git-Tag: xonotic-v0.5.0~74^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=10d0890e169fb412123d5c8565dd21b6d2ecc85e;p=xonotic%2Fnetradiant.git always chmod the release exe file --- diff --git a/Makefile b/Makefile index 9a5eec62..42d9f1d5 100644 --- a/Makefile +++ b/Makefile @@ -1020,6 +1020,7 @@ release-win32: INSTALLDIR := netradiant-$(RADIANT_VERSION_NUMBER)-$(BUILD_DATE) release-win32: $(MAKE) all INSTALLDIR=$(INSTALLDIR) MAKEFILE_CONF=cross-Makefile.conf RADIANT_ABOUTMSG="Official release build" BUILD=release 7za a -sfx../../../../../../../../../../$(HOME)/7z.sfx ../$(INSTALLDIR)-win32-7z.exe $(INSTALLDIR)/ + chmod 644 ../$(INSTALLDIR)-win32-7z.exe # 7zip is evil $(MAKE) clean INSTALLDIR=$(INSTALLDIR) MAKEFILE_CONF=cross-Makefile.conf RADIANT_ABOUTMSG="Official release build" BUILD=release release-all: