Lucas Fernandes Nogueira a892728c08 fix(examples): allowlist configuration for core examples (#3340) пре 3 година
..
src-tauri a892728c08 fix(examples): allowlist configuration for core examples (#3340) пре 3 година
README.md e57a303748 docs(examples): add missing Readme and clarify existing (#3327) пре 3 година
entitlements.plist 456a94f663 fix(macOS): updater `EXC_BAD_ACCESS` (#2181) пре 4 година
index.html 6ec54c53b5 feat(core): allow `dev_path`, `dist_dir` as array of paths, fixes #1897 (#1926) пре 4 година
package.json 66916b739f chore: add `.prettierrc` in repo root (#2145) пре 4 година
yarn.lock 6d70c8e1e2 feat(updater): Alpha version (#643) пре 4 година

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