From 6e61261a521765741d7da92b8bfa642906b39f1b Mon Sep 17 00:00:00 2001 From: James Turner Date: Wed, 17 Aug 2016 13:43:40 +0100 Subject: [PATCH] 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.