mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Fix: SyntaxWarning while generating Dangerzone.wxs
This commit is contained in:
parent
60df4f7e35
commit
3bcf5fc147
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ def build_dir_xml(root, data):
|
||||||
component_el,
|
component_el,
|
||||||
"RegistryValue",
|
"RegistryValue",
|
||||||
Root="HKCU",
|
Root="HKCU",
|
||||||
Key="Software\Freedom of the Press Foundation\Dangerzone",
|
Key="Software\\Freedom of the Press Foundation\\Dangerzone",
|
||||||
Name="installed",
|
Name="installed",
|
||||||
Type="integer",
|
Type="integer",
|
||||||
Value="1",
|
Value="1",
|
||||||
|
|
Loading…
Reference in a new issue