Skip to content

Commit

Permalink
fix(dist): fixed typo, hardcoded Apple Developer teamid
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Jan 5, 2022
1 parent fa8ddf3 commit ad4749b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aw.spec
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ if platform.system() == "Darwin":
info_plist={
"NSPrincipalClass": "NSApplication",
"CFBundleExecutable": "MacOS/aw-qt",
"CFBundlpaseIconFile": "logo.icns",
"CFBundleIconFile": "logo.icns",
"NSAppleEventsUsageDescription": "Please grant access to use Apple Events",
# This could be set to a more specific version string (including the commit id, for example)
"CFBundleVersion": current_release.lstrip('v'),
Expand Down
2 changes: 1 addition & 1 deletion scripts/notarize.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
appleid="<name@domain.com>" # Email address used for Apple ID
password="<secret_2FA_password>" # See apps-specific password https://support.apple.com/en-us/HT204397
teamid="<WWDRTeamID>" # Team idenitifer (if single developer, then set to developer identifier)
teamid="XM9GC3SUL2" # Team idenitifer (if single developer, then set to developer identifier)
bundleid=net.activitywatch.ActivityWatch # Match aw.spec
app=dist/ActivityWatch.app
dmg=dist/ActivityWatch.dmg
Expand Down

0 comments on commit ad4749b

Please sign in to comment.