You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,7 @@ First-time packaging requires environment setup and may be slower, subsequent bu
177
177
178
178
## Development
179
179
180
-
Requires Rust `>=1.85` and Node `>=22`. For detailed installation guide, see [Tauri documentation](https://tauri.app/start/prerequisites/). If unfamiliar with development environment, use the CLI tool instead.
180
+
Requires Rust `>=1.85` and Node `>=22`. For detailed installation guide, see [Tauri documentation](https://v2.tauri.app/start/prerequisites/). If unfamiliar with development environment, use the CLI tool instead.
# Actual build testing (tests weread + twitter apps)
323
-
node ./tests/release.js
324
-
```
325
-
326
-
Real build of 2 application packages to verify complete packaging flow and release.yml logic.
299
+
If you only want the release workflow smoke test, run `node ./tests/release.js` directly.
327
300
328
301
#### Troubleshooting
329
302
@@ -332,8 +305,6 @@ Real build of 2 application packages to verify complete packaging flow and relea
332
305
-**Build failures**: Check Rust toolchain with `rustup update`
333
306
-**Permission errors**: Ensure write permissions are available
334
307
335
-
Total: **13 tests** - all passing indicates CLI functionality is working properly. Recommend running `pnpm test` before code commits to ensure all platforms build correctly.
336
-
337
308
### Common Build Issues
338
309
339
310
-**Rust compilation errors**: Run `cargo clean` in `src-tauri/` directory
Set the Windows Installer language. Options include `zh-CN`, `ja-JP`, More at [Tauri Document](https://tauri.app/distribute/windows-installer/#internationalization). Default is `en-US`.
470
+
Set the Windows Installer language. Options include `zh-CN`, `ja-JP`, More at [Tauri docs](https://v2.tauri.app/distribute/windows-installer/#internationalization). Default is `en-US`.
0 commit comments