Add execute permission to the .exe files inside the zip file.

[originally from svn r8634]
This commit is contained in:
Simon Tatham
2009-08-28 17:43:44 +00:00
parent cfdba00313
commit e794621861

View File

@ -42,6 +42,7 @@ delegate windows
return puzzles/*.exe return puzzles/*.exe
return puzzles/Output/setup.exe return puzzles/Output/setup.exe
enddelegate enddelegate
in puzzles do chmod +x *.exe
# Build the Pocket PC binaries and CAB. # Build the Pocket PC binaries and CAB.
# #