Windows release

This commit is contained in:
2020-01-08 11:10:21 -06:00
parent 03ab0f619f
commit 6cb5525eb8
3 changed files with 97 additions and 148 deletions

View File

@@ -27,8 +27,8 @@ exports.DEV_PUBLIC_KEY = '-----BEGIN PUBLIC KEY-----\n' +
'9wIDAQAB\n' +
'-----END PUBLIC KEY-----';
const REPERTORY_BRANCH = '1.2.x_branch';
const REPERTORY_UI_BRANCH = '1.1.x_branch';
const REPERTORY_BRANCH = 'master';
const REPERTORY_UI_BRANCH = 'master';
exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/' + REPERTORY_BRANCH + '/releases_1.1.json';
exports.UI_RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory-ui/raw/' + REPERTORY_UI_BRANCH + '/releases.json';
@@ -141,4 +141,4 @@ exports.IPC_Unmount_All_Drives = 'unmount_all';
exports.IPC_Unmount_All_Drives_Reply = 'unmount_all_reply';
exports.IPC_Unmount_Drive = 'unmount_drive';
exports.IPC_Unmount_Drive_Reply = 'unmount_drive_reply';
exports.IPC_Unmount_Drive_Reply = 'unmount_drive_reply';