From: simon 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://git.distorted.org.uk/~mdw/sgt/puzzles/commitdiff_plain/f5e722f76adb593ccc61b47cfd007f79e4714002 Add execute permission to the .exe files inside the zip file. git-svn-id: svn://svn.tartarus.org/sgt/puzzles@8634 cda61777-01e9-0310-a592-d414129be87e --- 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. #