Contd clean up

This commit is contained in:
Pierre Jacquier
2025-02-20 11:31:35 -05:00
parent 9cf5de1e50
commit 5d3d2fec7e

View File

@ -83,7 +83,7 @@ yarn build:wasm
yarn build:wasm:windows yarn build:wasm:windows
``` ```
or if you have the gh cli installed and want to download the latest main wasm bundle Or if you have the gh cli installed and want to download the latest main wasm bundle. Note that on Windows, you need to associate .ps1 files with PowerShell, which can be done via the right click menu, selecting `C:\Program Files\PowerShell\7\pwsh.exe`.
``` ```
# macOS/Linux # macOS/Linux
@ -128,7 +128,7 @@ This will start the application and hot-reload on changes.
Devtools can be opened with the usual Cmd-Opt-I (Mac) or Ctrl-Shift-I (Linux and Windows). Devtools can be opened with the usual Cmd-Opt-I (Mac) or Ctrl-Shift-I (Linux and Windows).
To build with electron-builder, run `yarn tronb:package:dev` (or `yarn tronb:package:prod` to point to the .env.production variables) To package the app for your platform with electron-builder, run `yarn tronb:package:dev` (or `yarn tronb:package:prod` to point to the .env.production variables)
## Checking out commits / Bisecting ## Checking out commits / Bisecting