Fix build_app_bundle() (missing arguments)

This commit is contained in:
deeplow 2023-04-14 08:50:48 +01:00
parent 18557f88fc
commit 592009d4d1
No known key found for this signature in database
GPG key ID: 577982871529A52A

View file

@ -19,7 +19,7 @@ def run(cmd):
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
"""