Fix build on windows arm64
This commit is contained in:
parent
46134ef439
commit
9abaedb382
4
deps/download.js
vendored
4
deps/download.js
vendored
@ -6,8 +6,8 @@ const { Transform } = require('stream');
|
||||
const { pipeline } = require('stream/promises');
|
||||
|
||||
const BASE_URI = `https://build-artifacts.signal.org/desktop`;
|
||||
const HASH = 'a50990ae5d2bf6b88b0095c2bda5c64e5b78a6c0944398c59f94f7a1d097d1ed';
|
||||
const SQLCIPHER_VERSION = '4.6.1-signal-patch1';
|
||||
const HASH = 'b0dbebe5b2d81879984bfa2318ba364fb4d436669ddc1668d2406eaaaee40b7e';
|
||||
const SQLCIPHER_VERSION = '4.6.1-signal-patch2';
|
||||
const EXTENSION_VERSION = '0.2.0';
|
||||
const TAG = [SQLCIPHER_VERSION, EXTENSION_VERSION].join('--');
|
||||
const URL = `${BASE_URI}/sqlcipher-v2-${TAG}-${HASH}.tar.gz`;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user