github-actions[bot] 45a5cd569b Apply Version Updates From Current Changes (#5295) 2 жил өмнө
..
src-tauri 45a5cd569b Apply Version Updates From Current Changes (#5295) 2 жил өмнө
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 60bf067913 chore(examples): remove the legacy X-UA-Compatible meta (#5394) 2 жил өмнө
package.json 1d7171a1ec chore: add prettierignore and fmt the repo (#5192) 2 жил өмнө
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