|
|
A lightweight, standalone updater/installer for Luno Browser built with Tauri.
Download latest version • Releases • Luno Repository
# Clone the repository
git clone https://github.com/theanotherproject/luno-updater.git
cd luno-updater
# Install dependencies
yarn
# Run in development mode
yarn dev
# Test update mode
yarn dev dev -- --update
# Build executable file
yarn build