feat: implement turai updater system

This commit is contained in:
Tickbase
2025-05-18 22:05:30 +02:00
parent 1bc102b456
commit fde4a02376
4 changed files with 407 additions and 29 deletions

View File

@@ -16,7 +16,7 @@ console.log(`Current version: ${version}`)
const pubDate = new Date().toISOString()
// Base URL where the assets will be available
const baseUrl = 'https://github.com/tickbase/creamlinux/releases/download'
const baseUrl = 'https://github.com/novattz/rust-gui-dev/releases/download'
const releaseTag = `v${version}`
const releaseUrl = `${baseUrl}/${releaseTag}`