We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d98d2 commit c071fe6Copy full SHA for c071fe6
README.md
@@ -359,26 +359,10 @@ mix phx.server
359
mix test
360
```
361
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:
+### Desktop app
375
376
```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
+./rel/app/tauri.sh dev
382
383
384
## Platinum sponsors
0 commit comments