Export Skylinks to json file

This commit is contained in:
2021-03-18 23:26:31 -05:00
parent 41af3c4670
commit e8fb5bd53d
10 changed files with 96 additions and 10 deletions

View File

@@ -110,6 +110,8 @@ exports.INSTALL_TYPES = {
exports.IPC_Browse_Directory = 'browse_directory';
exports.IPC_Browse_File = 'browse_file';
exports.IPC_Check_Daemon_Version = 'check_daemon_version';
exports.IPC_Check_Daemon_Version_Reply = 'check_daemon_version_reply';
@@ -179,6 +181,7 @@ exports.IPC_Remove_Mount_Reply = 'remove_mount_reply';
exports.IPC_Reboot_System = 'reboot_system';
exports.IPC_Save_File = 'save_file';
exports.IPC_Save_State = 'save_state';
exports.IPC_Set_Pinned = 'set_pinned';