Lucas Fernandes Nogueira e29fff2566 fix(updater): do not run in dialog mode on .deb, closes #4573 (#4577) 3 years ago
..
src-tauri e29fff2566 fix(updater): do not run in dialog mode on .deb, closes #4573 (#4577) 3 years ago
README.md e57a303748 docs(examples): add missing Readme and clarify existing (#3327) 3 years ago
entitlements.plist 456a94f663 fix(macOS): updater `EXC_BAD_ACCESS` (#2181) 4 years ago
index.html 6ec54c53b5 feat(core): allow `dev_path`, `dist_dir` as array of paths, fixes #1897 (#1926) 4 years ago
package.json 4334865266 refactor(cli): rename `tooling/cli.rs` folder to `tooling/cli` (#3388) 3 years ago
yarn.lock 6d70c8e1e2 feat(updater): Alpha version (#643) 4 years ago

README.md

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