Skip to content

Commit

Permalink
Os downgrade (#34)
Browse files Browse the repository at this point in the history
* fix(desktop): downgrade mac arm and windows for some backward
compatibility

* guide(readme): inform mac arm user to run certain command after
downloading the app
  • Loading branch information
GervinFung authored May 27, 2024
1 parent 869ba59 commit 7bc38ca
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/desktop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- os: macos-13
arch: aarch64

- os: windows-latest
- os: windows-10
arch: x86_64

runs-on: ${{ matrix.config.os }}
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,13 @@ _*Below are the listed commands that you can use to build/develop/test this app*
| make format-check | Run prettier to check source and test code format |
| make format-write | Run prettier to format source and test code |

_*You can run the app without setting up the app for demo purpose, the execution (windows/mac/linux) is in `apps/desktop/src-tauri/target/release/periotable(.exe?)`*_
_You can run the app without setting up the app for demo purpose, the execution (windows/mac/linux) is in `apps/desktop/src-tauri/target/release/periotable(.exe?)`_

_Note: For mac arm user, the following command must be executed_

```sh
xattr -d com.apple.quarantine <path-to-app>
```

But if you want to properly install the app, you must run the setup file as shown in terminal after building it

Expand Down
4 changes: 4 additions & 0 deletions apps/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.1.1 (27 May 2024)

- (Fix) Downgrade `windows-latest` to `windows-10` and `macos-latest` for `arm` to `macos-13`

# 0.1.0 (1 May 2024)

- (Feat) Updated `Discovery Location` to show flag instead of word. Rather than showing `UK/France`, it will show flag 🇬🇧🇫🇷
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@periotable/desktop",
"version": "0.1.0",
"version": "0.1.1",
"author": "PoolOfDeath20",
"private": true,
"license": "GPL",
Expand Down

0 comments on commit 7bc38ca

Please sign in to comment.