Differences From Artifact [50e2543b9a]:
- File externals/Harpy/Tools/sign.eagle — part of check-in [81388c72dc] at 2022-08-03 01:32:04 on branch trunk — Pickup upstream enhancements to the Harpy signing tool. (user: mistachkin, size: 23373) [annotate] [blame] [check-ins using]
To Artifact [b87672f1e6]:
- File externals/Harpy/Tools/sign.eagle — part of check-in [62605f49c6] at 2024-08-15 18:18:36 on branch trunk — Tag the Eagle Beta 55 release. (user: mistachkin, size: 23401) [annotate] [blame] [check-ins using]
| ︙ | |||
39 40 41 42 43 44 45 46 47 48 49 50 51 52 | 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | + + |
[$keyPair KeyPairType] eq "DSA"} then {
$certificate HashAlgorithm SHA1
}
}
proc isScriptFile { fileName } {
switch -exact -- [file extension $fileName] {
.eeagle -
.etcl -
.tcl -
.tk -
.test -
.eagle {
return true
}
.xml {
|
| ︙ |