This commit is contained in:
4
client/.gitignore
vendored
4
client/.gitignore
vendored
@@ -31,4 +31,6 @@ logs
|
||||
!.yarn/versions
|
||||
|
||||
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 tauriConf = JSON.parse(tauriConfRaw)
|
||||
const version = tauriConf.package.version
|
||||
const version = tauriConf.version
|
||||
|
||||
const SIG_FILE = path.resolve(
|
||||
__dirname,
|
||||
|
||||
Reference in New Issue
Block a user