Differences From Artifact [56e97a10ca]:
- File externals/Harpy/Tools/sign.eagle — part of check-in [57c3faf02f] at 2016-12-30 01:48:34 on branch trunk — Add initial support for signing Eagle package files with Harpy. (user: mistachkin, size: 19468) [annotate] [blame] [check-ins using]
To Artifact [e06f8c4b0e]:
- File externals/Harpy/Tools/sign.eagle — part of check-in [82944b3bb8] at 2017-05-27 00:11:27 on branch trunk — Pickup Harpy tooling changes from upstream into externals. (user: mistachkin, size: 19467) [annotate] [blame] [check-ins using]
︙ | |||
42 43 44 45 46 47 48 | 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | - + | if {[file extension $fileName] ne ".eagle"} then { return false } set rootName [file rootname [file tail $fileName]] if {$rootName eq "keyRing" || \ |
︙ |