瀏覽代碼

Fix inconsistency.

Martijn Laan 4 月之前
父節點
當前提交
f9cc38be51
共有 2 個文件被更改,包括 10 次插入10 次删除
  1. 5 5
      ISHelp/isetup.xml
  2. 5 5
      whatsnew.htm

+ 5 - 5
ISHelp/isetup.xml

@@ -2802,13 +2802,13 @@ Name: "MyKey2; \
 
 
 <precode>
 <precode>
 [ISSigKeys]
 [ISSigKeys]
-Name: anna: KeyFile: "anna.ispubkey"; Group: exesigner
-Name: ryan; KeyFile: "ryan.ispubkey"; Group: exesigner
-Name: ivan; KeyFile: "ivan.ispubkey"; Group: docsigner
+Name: anna: KeyFile: "anna.ispublickey"; Group: exesigner
+Name: ryan; KeyFile: "ryan.ispublickey"; Group: exesigner
+Name: ivan; KeyFile: "ivan.ispublickey"; Group: docsigner
 ; max is trusted for both exe and doc signing
 ; max is trusted for both exe and doc signing
-Name: max; KeyFile: "max.ispubkey"; Group: exesigner docsigner
+Name: max; KeyFile: "max.ispublickey"; Group: exesigner docsigner
 ; the boss also has a key
 ; the boss also has a key
-Name: bosskey; KeyFile: "boss.ispubkey"
+Name: bosskey; KeyFile: "boss.ispublickey"
 </precode>
 </precode>
 
 
 <p>See the <i>Remarks</i> section at the bottom of this topic for some important notes.</p>
 <p>See the <i>Remarks</i> section at the bottom of this topic for some important notes.</p>

+ 5 - 5
whatsnew.htm

@@ -52,13 +52,13 @@ For conditions of distribution and use, see <a href="files/is/license.txt">LICEN
     <li>Key files are human-readable and can be created using Inno Setup Signature Tool (see below).</li>
     <li>Key files are human-readable and can be created using Inno Setup Signature Tool (see below).</li>
     <li>Example section:
     <li>Example section:
       <pre>[ISSigKeys]
       <pre>[ISSigKeys]
-Name: anna: KeyFile: "anna.ispubkey"; Group: exesigner
-Name: ryan; KeyFile: "ryan.ispubkey"; Group: exesigner
-Name: ivan; KeyFile: "ivan.ispubkey"; Group: docsigner
+Name: anna: KeyFile: "anna.ispublickey"; Group: exesigner
+Name: ryan; KeyFile: "ryan.ispublickey"; Group: exesigner
+Name: ivan; KeyFile: "ivan.ispublickey"; Group: docsigner
 ; max is trusted for both exe and doc signing
 ; max is trusted for both exe and doc signing
-Name: max; KeyFile: "max.ispubkey"; Group: exesigner docsigner
+Name: max; KeyFile: "max.ispublickey"; Group: exesigner docsigner
 ; the boss also has a key
 ; the boss also has a key
-Name: bosskey; KeyFile: "boss.ispubkey"</pre>
+Name: bosskey; KeyFile: "boss.ispublickey"</pre>
     </li>
     </li>
   </ul>
   </ul>
   </li>
   </li>