diff options
| author | Simon Tatham <anakin@pobox.com> | 2009-08-28 17:43:44 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2009-08-28 17:43:44 +0000 |
| commit | e794621861ee5a93202d6df748fec638be76a211 (patch) | |
| tree | 5eea757fc0e8d3f80bfc072496e6fcd026754935 /Buildscr | |
| parent | cfdba00313386042c38460def6fe141b252858fe (diff) | |
| download | puzzles-e794621861ee5a93202d6df748fec638be76a211.zip puzzles-e794621861ee5a93202d6df748fec638be76a211.tar.gz puzzles-e794621861ee5a93202d6df748fec638be76a211.tar.bz2 puzzles-e794621861ee5a93202d6df748fec638be76a211.tar.xz | |
Add execute permission to the .exe files inside the zip file.
[originally from svn r8634]
Diffstat (limited to 'Buildscr')
| -rw-r--r-- | Buildscr | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. # |