diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 23fbf1b..626ec6e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,5 +48,5 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: files: | - billboard-x86_64.zip - billboard-arm64.zip + ./**/billboard-x86_64.zip + ./**/billboard-arm64.zip diff --git a/README.md b/README.md new file mode 100644 index 0000000..0b9c2a1 --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +
+Put text on your Mac status bar +
+ + +This is a little app that allows to put an user-defined text to the status bar of a Mac (the one on top). +## 📸 Screenshot + + + +## 💻 Download + +[The latest release can be downloaded here](https://github.com/daschaa/billboard/releases). Currently the app is not signed, but it is on the open task list. + +## 👯 Contributing + +Any contributions are highly welcomed. If you have any ideas, please create an issue before creating an pull-request. Thanks in advance ❤️ + +## 🧑🏼💻 Local Development + +Feel free to checkout the repo and hack some stuff on your own! ❤️ + +#### 🚫 "Help! I ran into some issue!" +Arrrgh. I swear it runs on my machine 👀 But just open up an issue and we'll try to fix the issue together. Please try to provide as many details as you can. \ No newline at end of file diff --git a/demo/demo.gif b/demo/demo.gif new file mode 100644 index 0000000..f36251b Binary files /dev/null and b/demo/demo.gif differ