Skip to content

Commit c071fe6

Browse files
committed
Update README.md
1 parent b1d98d2 commit c071fe6

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

README.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -359,26 +359,10 @@ mix phx.server
359359
mix test
360360
```
361361

362-
### Desktop app builds
363-
364-
For macOS, run:
365-
366-
```shell
367-
# Test macOS app locally
368-
(cd rel/app/macos && ./run.sh)
369-
370-
# Build macOS installer
371-
.github/scripts/app/build_macos.sh
372-
```
373-
374-
For Windows, run:
362+
### Desktop app
375363

376364
```shell
377-
# Test Windows app locally
378-
(cd rel/app/windows && ./run.sh)
379-
380-
# Build Windows installer
381-
.github/scripts/app/build_windows.sh
365+
./rel/app/tauri.sh dev
382366
```
383367

384368
## Platinum sponsors

0 commit comments

Comments
 (0)