mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Fix build_app_bundle() (missing arguments)
This commit is contained in:
parent
18557f88fc
commit
592009d4d1
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ def run(cmd):
|
||||||
subprocess.run(cmd, cwd=root, check=True)
|
subprocess.run(cmd, cwd=root, check=True)
|
||||||
|
|
||||||
|
|
||||||
def build_app_bundle():
|
def build_app_bundle(build_path, dist_path, app_path):
|
||||||
"""
|
"""
|
||||||
Builds the Dangerzone.app bundle and saves it in dist/Dangerzone.app
|
Builds the Dangerzone.app bundle and saves it in dist/Dangerzone.app
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue