Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 980 Bytes

Development.md

File metadata and controls

37 lines (23 loc) · 980 Bytes

Hints for developers

Useful Links

Update core

To update core and the other dependencies:

go into repo root then run

./bin/link_core/link_version.js <version>

(the version needs to be specified without v in the beginning)

example:

./bin/link_core/link_version.js 1.153.0

update core manually if there is a dependency issue

Sometimes there are dependency conflicts, if there are you need to edit packages/target-tauri/src-tauri/Cargo.toml manually.

run cargo update in packages/target-tauri/src-tauri.

Quirks

  • When you edit runtime or frontend code you need to restart the "tauri dev" command, otherwise the changes might not be picked up.