From: Simon Tatham Date: Fri, 28 Aug 2009 17:43:44 +0000 (+0000) Subject: Add execute permission to the .exe files inside the zip file. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=e794621861ee5a93202d6df748fec638be76a211;p=sgt-puzzles.git Add execute permission to the .exe files inside the zip file. [originally from svn r8634] --- diff --git a/Buildscr b/Buildscr index 3f2c863..5d44ff9 100644 --- a/Buildscr +++ b/Buildscr @@ -42,6 +42,7 @@ delegate windows return puzzles/*.exe return puzzles/Output/setup.exe enddelegate +in puzzles do chmod +x *.exe # Build the Pocket PC binaries and CAB. #