mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-05 21:39:29 -04:00
Change text in Windows installer license, add background image to installer
This commit is contained in:
parent
0427572521
commit
4950dfc246
3 changed files with 9 additions and 9 deletions
|
@ -522,12 +522,12 @@ def main():
|
|||
Id="WixUILicenseRtf",
|
||||
Value="..\\package\\license.rtf",
|
||||
)
|
||||
# ET.SubElement(
|
||||
# product_el,
|
||||
# "WixVariable",
|
||||
# Id="WixUIDialogBmp",
|
||||
# Value="..\\package\\dialog.bmp",
|
||||
# )
|
||||
ET.SubElement(
|
||||
product_el,
|
||||
"WixVariable",
|
||||
Id="WixUIDialogBmp",
|
||||
Value="..\\package\\dialog.bmp",
|
||||
)
|
||||
ET.SubElement(
|
||||
product_el,
|
||||
"MajorUpgrade",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue