Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Reinstate services from view field |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
9a1b47f93cda868a0d6c13d2dfd194a6 |
User & Date: | kevin 2018-04-04 02:21:30 |
Context
2018-04-24
| ||
02:38 | Fix typos in license check-in: 41a3123a7e user: kevin tags: trunk | |
2018-04-04
| ||
02:21 | Reinstate services from view field check-in: 9a1b47f93c user: kevin tags: trunk | |
2018-03-21
| ||
03:22 | Tweak for software update on win32 check-in: 553c1fc7d5 user: kevin tags: trunk | |
Changes
Changes to buildapp.
︙ | ︙ | |||
147 148 149 150 151 152 153 | hdiutil create -srcfolder dist -fs HFS+ -volname QuickWho QuickWho.dmg codesign --signature-size 9400 -f -s "Developer ID Application: Kevin Walzer" --verbose=2 QuickWho.dmg echo "Uploading DMG..." | | | | | 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 | hdiutil create -srcfolder dist -fs HFS+ -volname QuickWho QuickWho.dmg codesign --signature-size 9400 -f -s "Developer ID Application: Kevin Walzer" --verbose=2 QuickWho.dmg echo "Uploading DMG..." #upload QuickWho.dmg updates #upload quickwho-changes.tcl #upload quickwho-version.tcl cd ../ #create archive of entire source tree tar cvfz QuickWho-$1.tgz QuickWho echo "Done." |
Added maclibs/tclservices1.0/libtclservices1.0.dylib.
cannot compute difference between binary files
Added maclibs/tclservices1.0/pkgIndex.tcl.
> > > > > > | 1 2 3 4 5 6 | # # Tcl package index file # package ifneeded tclservices 1.0 " package require Tk 8.5- [list load [file join $dir libtclservices1.0.dylib] tclservices]" |