Chip Reed 8e43be7ebc merge dev into feat/build-pipeline hace 2 años
..
src-tauri 8e43be7ebc merge dev into feat/build-pipeline hace 2 años
README.md e57a303748 docs(examples): add missing Readme and clarify existing (#3327) hace 3 años
entitlements.plist 456a94f663 fix(macOS): updater `EXC_BAD_ACCESS` (#2181) hace 4 años
index.html 60bf067913 chore(examples): remove the legacy X-UA-Compatible meta (#5394) hace 2 años
package.json 1d7171a1ec chore: add prettierignore and fmt the repo (#5192) hace 2 años
yarn.lock 6d70c8e1e2 feat(updater): Alpha version (#643) hace 4 años

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