Most of the key features work at this point.
This commit is contained in:
2
index.js
2
index.js
@@ -93,6 +93,8 @@ app.on('activate', () => {
|
||||
|
||||
|
||||
ipcMain.on('download_file', (event, api_base_url, api_endpoint, api_temporary_token, save_path) => {
|
||||
console.log('ipcMain on download_file: api_base_url='+api_base_url+' | api_temporary_token='+api_temporary_token);
|
||||
console.log(api_temporary_token);
|
||||
console.log('ipcMain download and save file: '+api_endpoint+' -> '+save_path);
|
||||
|
||||
axios.defaults.baseURL = api_base_url;
|
||||
|
||||
Reference in New Issue
Block a user