backup: WIP Windows avant repart propre (GUI core installer splash spec)
This commit is contained in:
17
build_signing.example.ps1
Normal file
17
build_signing.example.ps1
Normal file
@@ -0,0 +1,17 @@
|
||||
# Copier ce fichier en build_signing.local.ps1 sur la machine Windows de build.
|
||||
# Ne pas versionner build_signing.local.ps1 : il peut contenir des secrets.
|
||||
|
||||
# Active la signature Authenticode pendant build_windows_oneclick.bat.
|
||||
$BuildSigningEnabled = $true
|
||||
|
||||
# Option recommandée si le certificat est installé dans le magasin Windows.
|
||||
# Récupérer l'empreinte avec :
|
||||
# Get-ChildItem Cert:\CurrentUser\My -CodeSigningCert
|
||||
$BuildSigningCertThumbprint = "REMPLACER_PAR_L_EMPREINTE_DU_CERTIFICAT"
|
||||
|
||||
# Alternative si vous disposez d'un fichier PFX.
|
||||
# $BuildSigningPfxPath = "C:\chemin\certificat-code-signing.pfx"
|
||||
# $BuildSigningPfxPassword = "MOT_DE_PASSE_PFX"
|
||||
|
||||
# Serveur d'horodatage RFC 3161.
|
||||
$BuildSigningTimestampServer = "http://timestamp.digicert.com"
|
||||
Reference in New Issue
Block a user