tauri/examples/updater
2022-06-07 11:48:29 -03:00
..
src-tauri feat(cli): bundle appindicator library in the AppImage, closes #3859 (#4267) 2022-06-07 11:48:29 -03:00
entitlements.plist fix(macOS): updater EXC_BAD_ACCESS (#2181) 2021-07-12 12:03:27 -03:00
index.html feat(core): allow dev_path, dist_dir as array of paths, fixes #1897 (#1926) 2021-05-31 11:42:10 -03:00
package.json refactor(cli): rename tooling/cli.rs folder to tooling/cli (#3388) 2022-02-10 17:23:10 -03:00
README.md docs(examples): add missing Readme and clarify existing (#3327) 2022-02-04 17:56:57 -03:00
yarn.lock feat(updater): Alpha version (#643) 2021-04-05 14:51:17 -03:00

Updater Example

This example showcases the App Updater feature.

Running the example

  • Compile Tauri go to root of the Tauri repo and run: Linux / Mac:
# choose to install node cli (1)
bash .scripts/setup.sh

Windows:

./.scripts/setup.ps1
  • Run the app in development mode (Run inside of this folder examples/updater/)
$ cargo tauri dev
  • Build an run the release app (Run inside of this folder examples/updater/)
$ cargo tauri build
$ ./src-tauri/target/release/app