Skip to content

Commit

Permalink
Fix wrong filename in merged aw.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
xylix committed Jan 27, 2020
1 parent 90183cd commit d5495a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aw.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit d5495a4

Please sign in to comment.