Răsfoiți Sursa

Merge branch 'main' into trustfunc

Martijn Laan 4 luni în urmă
părinte
comite
b603e86fe1
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 1 1
      Projects/ISSigTool.dpr
  2. 1 1
      compile.bat

+ 1 - 1
Projects/ISSigTool.dpr

@@ -204,7 +204,7 @@ procedure ShowUsage;
 begin
   Writeln(ErrOutput, 'Usage:  issigtool [options] sign <filenames>');
   Writeln(ErrOutput, 'or to verify:  issigtool [options] verify <filenames>');
-  Writeln(ErrOutput, 'or to read generate private key:  issigtool [options] generate-private-key');
+  Writeln(ErrOutput, 'or to generate a private key:  issigtool [options] generate-private-key');
   Writeln(ErrOutput, 'Options:');
   Writeln(ErrOutput, '  --key-file=<filename> Specifies a key filename (overrides ISSIGTOOL_KEY_FILE environment variable)');
   Writeln(ErrOutput, '');

+ 1 - 1
compile.bat

@@ -1,7 +1,7 @@
 @echo off
 
 rem  Inno Setup
-rem  Copyright (C) 1997-2024 Jordan Russell
+rem  Copyright (C) 1997-2025 Jordan Russell
 rem  Portions by Martijn Laan
 rem  For conditions of distribution and use, see LICENSE.TXT.
 rem