-
-
Notifications
You must be signed in to change notification settings - Fork 591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixing packaging on macOS #119
Comments
Now I just need someone with a Mac (like @exoji2e) to try the new build out. |
ErikBjare
added a commit
that referenced
this issue
Oct 19, 2017
ErikBjare
added a commit
that referenced
this issue
Oct 19, 2017
@exoji2e go ahead and close this issue if it works for you! |
This is great, works very well with this fix! Thanks @ErikBjare |
@jwiese Happy to hear it 😄 |
vasuemme111
pushed a commit
to vasuemme111/activitywatch
that referenced
this issue
Mar 26, 2024
…#119) Bumps [aw-webui](https://github.com/ActivityWatch/aw-webui) from `08abc13` to `03caaa0`. - [Release notes](https://github.com/ActivityWatch/aw-webui/releases) - [Commits](ActivityWatch/aw-webui@08abc13...03caaa0) --- updated-dependencies: - dependency-name: aw-webui dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There has been this annoying bug with the macOS builds:
@jwiese had the same issue
Then someone on reddit had the same issue.
I thought a bit about it, and the fix might be stupidly easy:
cp src/* dest/
doesn't copy files beginning with a dot.The text was updated successfully, but these errors were encountered: