mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Fix version path
This commit is contained in:
parent
a710178d75
commit
0cf514eba7
1 changed files with 2 additions and 2 deletions
|
@ -112,8 +112,8 @@ def build_components_xml(root, data):
|
|||
def main():
|
||||
version_filename = os.path.join(
|
||||
os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))),
|
||||
"build",
|
||||
"exe.win32-3.9",
|
||||
"share",
|
||||
"version.txt",
|
||||
)
|
||||
with open(version_filename) as f:
|
||||
version = f.read().strip()
|
||||
|
|
Loading…
Reference in a new issue