From 6e61261a521765741d7da92b8bfa642906b39f1b Mon Sep 17 00:00:00 2001 From: James Turner Date: Wed, 17 Aug 2016 13:43:40 +0100 Subject: [PATCH 1/2] Enable Windows code-signing. --- FlightGear.iss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/FlightGear.iss b/FlightGear.iss index 68ed3dc..4393d94 100755 --- a/FlightGear.iss +++ b/FlightGear.iss @@ -67,6 +67,9 @@ UninstallDisplayIcon={app}\bin\fgfs.exe ArchitecturesInstallIn64BitMode=x64 ArchitecturesAllowed=x86 x64 +; Sign tool must be defined in the Inno Setup GUI, to avoid +; exposing the certificate password +SignTool=fg_code_sign1 [Tasks] ; NOTE: The following entry contains English phrases ("Create a desktop icon" and "Additional icons"). You are free to translate them into another language if required. From 914241cc79c8e9dfe1d204385b67f11d1c26e617 Mon Sep 17 00:00:00 2001 From: James Turner Date: Wed, 17 Aug 2016 15:38:54 +0100 Subject: [PATCH 2/2] Disable signing for now, something not correct. --- FlightGear.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlightGear.iss b/FlightGear.iss index 4393d94..6ffce6e 100755 --- a/FlightGear.iss +++ b/FlightGear.iss @@ -69,7 +69,7 @@ ArchitecturesAllowed=x86 x64 ; Sign tool must be defined in the Inno Setup GUI, to avoid ; exposing the certificate password -SignTool=fg_code_sign1 +; SignTool=fg_code_sign1 [Tasks] ; NOTE: The following entry contains English phrases ("Create a desktop icon" and "Additional icons"). You are free to translate them into another language if required.