diff options
Diffstat (limited to 'Scripts/package-application.sh')
-rwxr-xr-x | Scripts/package-application.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Scripts/package-application.sh b/Scripts/package-application.sh index 0eaaac79..92e6072f 100755 --- a/Scripts/package-application.sh +++ b/Scripts/package-application.sh @@ -1,8 +1,6 @@ #!/bin/sh # -# $Id$ -# # package-application.sh # sequel-pro # @@ -32,7 +30,8 @@ # # More info at <http://code.google.com/p/sequel-pro/> -# A very basic script to build and sign a disk image for Sequel Pro; based on better work by Stuart Connolly. +# A very basic script to build and sign a disk image for Sequel Pro; +# based on better work by Stuart Connolly. # # Ensure the path to the application has been supplied - should have occurred when the # script was run by selecting 'Distribution' target and building. |