mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-04 04:31:49 +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
68cd96a7d3
commit
410beead11
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