Skip to content

Commit 45c3cb5

Browse files
committed
Improved macOS build info
1 parent 3ade1b7 commit 45c3cb5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,16 @@ yarn tauri build
5353

5454
### macOS
5555

56-
While we do not officially support macOS builds, you can create a macOS build by running the `yarn tauri build` command on a macOS host:
56+
#### DMG
57+
58+
You can create a macOS build by running the `yarn tauri build` command on a macOS host:
59+
```shell
60+
yarn tauri build
61+
```
62+
63+
#### Archive
64+
65+
You can create a macOS build by running the `yarn tauri build` command on a macOS host:
5766
```shell
5867
yarn tauri build
5968
```

0 commit comments

Comments
 (0)