Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1014 Bytes

File metadata and controls

35 lines (27 loc) · 1014 Bytes

Installer

installer + updater for Commet on Windows

Matrix Mastodon Bluesky

Development

Building

1. Build UI

The installer uses an embedded webview for the UI. This page is written in vanilla HTML + JS, but needs to be bundled with webpack to a single file, so it can be easily embedded in the executable.

cd ui
npm i
npm run build

2. Build Installer

cargo build