Download and install updates without the help of electron-updater
This commit is contained in:
parent
82dc723432
commit
c8ea2e9463
32 changed files with 75974 additions and 518 deletions
|
@ -4,7 +4,7 @@ import { readFileSync } from 'fs';
|
|||
import { join, relative } from 'path';
|
||||
|
||||
// @ts-ignore
|
||||
import glob from 'glob';
|
||||
import * as glob from 'glob';
|
||||
import { forEach, some, values } from 'lodash';
|
||||
|
||||
import { ExceptionType, REASONS, RuleType } from './types';
|
||||
|
@ -57,6 +57,7 @@ const excludedFiles = [
|
|||
|
||||
// Generated files
|
||||
'^js/components.js',
|
||||
'^js/curve/',
|
||||
'^js/libtextsecure.js',
|
||||
'^js/util_worker.js',
|
||||
'^libtextsecure/components.js',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue