You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Generates additional files for the MSI. The MSI is not copied to the output directory if this is set. This produces files `package\WindowsManaged\Release\en-US` and `package\WindowsManaged\Release\fr-FR`.
31
+
# Generates additional files for the MSI. The MSI is not copied to the output directory if this is set. This produces files `package\WindowsManaged\Release\en-US`, `package\WindowsManaged\Release\fr-FR`, and `package\WindowsManaged\Release\de-DE`.
32
32
$Generate,
33
33
[parameter(Mandatory=$true)]
34
34
# The path to devolutions-gateway.exe.
@@ -82,7 +82,7 @@ function New-GatewayMsi() {
82
82
# This is used by `package/WindowsManaged/Program.cs`.
0 commit comments