This commit is contained in:
2
client/.gitignore
vendored
2
client/.gitignore
vendored
@@ -32,3 +32,5 @@ logs
|
|||||||
|
|
||||||
scripts/release.ps1
|
scripts/release.ps1
|
||||||
.tauri
|
.tauri
|
||||||
|
|
||||||
|
updater.json
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ const BASE_URL = 'https://git.koptilnya.xyz/opti1337/chad/releases/download/late
|
|||||||
|
|
||||||
const tauriConfRaw = fs.readFileSync(TAURI_CONF, 'utf8')
|
const tauriConfRaw = fs.readFileSync(TAURI_CONF, 'utf8')
|
||||||
const tauriConf = JSON.parse(tauriConfRaw)
|
const tauriConf = JSON.parse(tauriConfRaw)
|
||||||
const version = tauriConf.package.version
|
const version = tauriConf.version
|
||||||
|
|
||||||
const SIG_FILE = path.resolve(
|
const SIG_FILE = path.resolve(
|
||||||
__dirname,
|
__dirname,
|
||||||
|
|||||||
Reference in New Issue
Block a user