update
Some checks failed
Deploy / publish-windows (push) Failing after 16m16s

This commit is contained in:
2025-12-23 21:45:21 +06:00
parent ba9f51bd5e
commit a68aa78ae1
2 changed files with 4 additions and 2 deletions

4
client/.gitignore vendored
View File

@@ -31,4 +31,6 @@ logs
!.yarn/versions !.yarn/versions
scripts/release.ps1 scripts/release.ps1
.tauri .tauri
updater.json

View File

@@ -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,