mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-01-30 07:12:51 -05:00
feat: implement turai updater system
This commit is contained in:
@@ -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}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user