Import Skylinks from json file

This commit is contained in:
2021-03-18 23:57:03 -05:00
parent e8fb5bd53d
commit 59ad33b381
5 changed files with 69 additions and 4 deletions

View File

@@ -109,9 +109,10 @@ exports.INSTALL_TYPES = {
};
exports.IPC_Browse_Directory = 'browse_directory';
exports.IPC_Browse_File = 'browse_file';
exports.IPC_Select_File = 'select_file';
exports.IPC_Check_Daemon_Version = 'check_daemon_version';
exports.IPC_Check_Daemon_Version_Reply = 'check_daemon_version_reply';
@@ -176,6 +177,8 @@ exports.IPC_Install_Upgrade_Reply = 'install_upgrade_reply';
exports.IPC_Mount_Drive = 'mount_drive';
exports.IPC_Mount_Drive_Reply = 'mount_drive_reply';
exports.IPC_Read_File = 'read_file';
exports.IPC_Remove_Mount = 'remove_mount';
exports.IPC_Remove_Mount_Reply = 'remove_mount_reply';