mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
chore(electron): upgrade bundled kubo IPFS to 0.42.0
This commit is contained in:
@@ -12,7 +12,7 @@ const ipfsClientMacPath = path.join(ipfsClientsPath, 'mac');
|
|||||||
const ipfsClientLinuxPath = path.join(ipfsClientsPath, 'linux');
|
const ipfsClientLinuxPath = path.join(ipfsClientsPath, 'linux');
|
||||||
const kuboReleaseBaseUrl = 'https://github.com/ipfs/kubo/releases/download';
|
const kuboReleaseBaseUrl = 'https://github.com/ipfs/kubo/releases/download';
|
||||||
|
|
||||||
const ipfsClientVersion = '0.39.0';
|
const ipfsClientVersion = '0.42.0';
|
||||||
|
|
||||||
// Resolve desired build arch: allow overriding via env (so cross-arch builds pick correct binary)
|
// Resolve desired build arch: allow overriding via env (so cross-arch builds pick correct binary)
|
||||||
const resolveBuildArch = () => {
|
const resolveBuildArch = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user