Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix in Mac build script |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
78a8a4f2f434f25a2c6bd00ff09cc41c |
User & Date: | kevin 2016-09-13 13:16:44 |
Context
2017-02-09
| ||
13:21 | Update UI check-in: 5df4848cd0 user: kevin tags: trunk | |
2016-09-13
| ||
13:16 | Fix in Mac build script check-in: 78a8a4f2f4 user: kevin tags: trunk | |
2016-09-07
| ||
01:42 | Tweaks for Windows installer check-in: 79ee37d477 user: kevin tags: trunk | |
Changes
Changes to buildapp.
︙ | ︙ | |||
98 99 100 101 102 103 104 | </plist> EOT #create app bundle shell from standalone Wish app cp -R -f Wish.app TextSweep.app | < | 98 99 100 101 102 103 104 105 106 107 108 109 110 111 | </plist> EOT #create app bundle shell from standalone Wish app cp -R -f Wish.app TextSweep.app mv TextSweep.app/Contents/MacOS/Wish TextSweep.app/Contents/MacOS/TextSweep #copy additional files, resources to app bundle cp -f textsweep.icns TextSweep.app/Contents/Resources/textsweep.icns mkdir TextSweep.app/Contents/lib |
︙ | ︙ |