Skip to content

theanotherproject/luno-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Luno Installer & Updater

Download Last version

A lightweight, standalone updater/installer for Luno Browser built with Tauri.

Download latest versionReleasesLuno Repository

Development

Prerequisites

# 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