tauri/examples/updater
2023-04-18 22:18:22 -03:00
..
src-tauri refactor(core): move dialog API to its own plugin (#6717) 2023-04-18 22:18:22 -03:00
entitlements.plist fix(macOS): updater EXC_BAD_ACCESS (#2181) 2021-07-12 12:03:27 -03:00
index.html chore(examples): remove the legacy X-UA-Compatible meta (#5394) 2022-10-17 11:05:31 -03:00
package.json chore: add prettierignore and fmt the repo (#5192) 2022-09-18 09:16:35 -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