new publishing flow - s3 compatible
This commit is contained in:
@@ -38,6 +38,9 @@ const api = {
|
||||
},
|
||||
moveClosed: () => {
|
||||
ipcRenderer.invoke("move-closed");
|
||||
},
|
||||
openDirectoryDialog: () => {
|
||||
return ipcRenderer.invoke("open-directory-dialog");
|
||||
}
|
||||
};
|
||||
if (process.contextIsolated) {
|
||||
|
||||
Reference in New Issue
Block a user