Redux changes and refactoring

This commit is contained in:
Scott E. Graves
2019-06-07 15:34:09 -05:00
parent a326d7762f
commit 704a357dd0
5 changed files with 177 additions and 75 deletions

View File

@@ -65,6 +65,12 @@ exports.RELEASE_TYPES = [
'Alpha',
];
exports.INSTALL_TYPES = {
Dependency: 'dependency',
Release: 'release',
Upgrade: 'upgrade',
};
exports.IPC_Browse_Directory = 'browse_directory';
exports.IPC_Check_Daemon_Version = 'check_daemon_version';