Skip to content

Commit

Permalink
remove redundant runner.os check; add Apple guide
Browse files Browse the repository at this point in the history
  • Loading branch information
nhanb committed Jul 10, 2022
1 parent c679694 commit 597aaa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
go-version: 1.18

- name: Install ebiten linux deps
if: runner.os == 'Linux'
run: make deps-debian

- name: Cross-compile Windows build
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ users will need to jump through some hoops to run this program:
- From now on you can launch the Shark application just like any other app,
either from Spotlight or from the Applications folder.

There's also Apple's official guide [here][apple-guide].

In the future I might pay the $99 if I end up writing more macOS apps and this
becomes enough of a nuisance. Maybe.

Expand Down Expand Up @@ -116,3 +118,4 @@ this program. If not, see <https://www.gnu.org/licenses/>.
[srht]: https://builds.sr.ht/~nhanb/shark/commits/master
[gh]: https://github.com/nhanb/shark/actions/workflows/main.yml
[pr]: https://developer.apple.com/documentation/security/notarizing_macos_software_before_distribution
[apple-guide]: https://support.apple.com/en-vn/guide/mac-help/mh40616/mac

0 comments on commit 597aaa8

Please sign in to comment.