Refactoring Electron IPC

This commit is contained in:
2019-08-29 16:24:05 -05:00
parent 083b2192d7
commit f8ec89413a
15 changed files with 988 additions and 836 deletions

View File

@@ -28,8 +28,7 @@ exports.DEV_PUBLIC_KEY = '-----BEGIN PUBLIC KEY-----\n' +
'-----END PUBLIC KEY-----';
//const REPERTORY_BRANCH = '1.1.0-release_branch';
const REPERTORY_BRANCH = 'master';
const REPERTORY_BRANCH = '1.1.0-release_branch';
const REPERTORY_UI_BRANCH = '1.0.8_branch';
exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/' + REPERTORY_BRANCH + '/releases.json';