From d5495a42a4a233c6d5e697ea43c4c97d9385c111 Mon Sep 17 00:00:00 2001 From: Kerkko Pelttari Date: Mon, 27 Jan 2020 16:39:22 +0200 Subject: [PATCH] Fix wrong filename in merged aw.spec --- aw.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aw.spec b/aw.spec index 056a05f2..656526aa 100644 --- a/aw.spec +++ b/aw.spec @@ -196,4 +196,4 @@ if platform.system() == "Darwin": # TODO: Get the right version here "CFBundleShortVersionString": "0.8.4"}) import subprocess - subprocess.run("dmgbuild -s config/dmgbuild-settings.py dist/ActivityWatch.app dist/ActivityWatch.dmg", shell=True) + subprocess.run("dmgbuild -s dmgbuild-settings.py dist/ActivityWatch.app dist/ActivityWatch.dmg", shell=True)