Skip to content

Commit

Permalink
chore: for macos compile .app only
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianKominovic committed Jul 21, 2024
1 parent 352f95f commit 03b683d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
# Those targets are only used on macos runners so it's in an `if` to slightly speed up windows and linux builds.
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
targets: ${{ matrix.platform == 'macos-latest' && 'universal-apple-darwin' || '' }}

- name: install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above.
Expand Down
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

## Installation

### Ubuntu 24.04
### MacOS

1. Download the latest release from the [releases page](https://github.com/JulianKominovic/mechy-keyboard/releases/latest)
2. Download the .app file
3. Move the file to the Applications folder
4. Open the app

### Ubuntu 24.04 (only on X11)

> The app is not compatible with Wayland. If you are using Wayland, you need to switch to X11. You can do it by logging out and selecting X11 in the login screen. (google it, it's easy)
1. Install prerequisites

Expand All @@ -11,7 +20,7 @@ sudo apt install libfuse2

```

2. Download the latest release from the [releases page](https://github.com/JulianKominovic/mechy-keyboard/releases/tag/v1.0.0)
2. Download the latest release from the [releases page](https://github.com/JulianKominovic/mechy-keyboard/releases/latest)
3. Download .AppImage file
4. Make the file executable

Expand Down

0 comments on commit 03b683d

Please sign in to comment.