From e794621861ee5a93202d6df748fec638be76a211 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Fri, 28 Aug 2009 17:43:44 +0000 Subject: [PATCH] Add execute permission to the .exe files inside the zip file. [originally from svn r8634] --- Buildscr | 1 + 1 file changed, 1 insertion(+) 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. #