| 63 | | |
| | 63 | #!/bin/sh |
| | 64 | # Create tgz archive for app distribution |
| | 65 | # Archive will contains app executable, signature file, and may have a bmp file |
| | 66 | # to show on the application menu button. |
| | 67 | # The menu icon must be saved as a 24-bit bmp. The width should be an even 4 pixels |
| | 68 | # such as 280 x 180 |
| | 69 | # Additional files may be added. Documentation files (pdf format) will be available |
| | 70 | # to view on the indicator in chromium from help/about screen. |
| | 71 | tar -czvf //projectname//.tgz //projectname// //projectname//.8sg //projectname//.bmp //projectname//.pdf |