mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Change: Swap Media element with MediaTemplate
This is a new default and makes authoring slightly simpler without any functional changes.
This commit is contained in:
parent
4eadc30605
commit
ccb302462d
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ def main():
|
|||
Description="Dangerzone $(var.ProductVersion) Installer",
|
||||
Codepage="1252",
|
||||
)
|
||||
ET.SubElement(package_el, "Media", Id="1", Cabinet="product.cab", EmbedCab="yes")
|
||||
ET.SubElement(package_el, "MediaTemplate", EmbedCab="yes")
|
||||
ET.SubElement(
|
||||
package_el, "Icon", Id="ProductIcon", SourceFile="..\\share\\dangerzone.ico"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue