diff --git a/package.json b/package.json index 14243ffc..dd392c99 100644 --- a/package.json +++ b/package.json @@ -75,11 +75,6 @@ "dmg", "mas" ], - "publish": { - "provider": "s3", - "bucket": "example-releases", - "path": "releases" - }, "category": "public.app-category.news" }, "mas": { @@ -89,12 +84,7 @@ }, "win": { "target": "nsis", - "icon": "assets/icon.ico", - "publish": { - "provider": "s3", - "bucket": "example-releases", - "path": "releases" - } + "icon": "assets/icon.ico" }, "linux": { "icon": "assets/icon.png", @@ -103,12 +93,7 @@ "AppImage" ], "description": "Example", - "category": "Network;Feed", - "publish": { - "provider": "s3", - "bucket": "example-releases", - "path": "releases" - } + "category": "Network;Feed" } }, "browserslist": [ diff --git a/public/electron.js b/public/electron.js index 3cd3b7eb..3d5db429 100644 --- a/public/electron.js +++ b/public/electron.js @@ -145,7 +145,7 @@ generateMenu = () => { { click() { require('electron').shell.openExternal( - 'https://getstream.io/winds', + 'https://github.com/react-epfl/graasp-desktop/blob/master/README.md', ); }, label: 'Learn More', @@ -153,7 +153,7 @@ generateMenu = () => { { click() { require('electron').shell.openExternal( - 'https://github.com/GetStream/Winds/issues', + 'https://github.com/react-epfl/graasp-desktop/issues', ); }, label: 'File Issue on GitHub', @@ -393,7 +393,7 @@ app.on('ready', () => { console.log(err); } }); - archive.on('error', err => { + archive.on('error', () => { mainWindow.webContents.send( EXPORTED_SPACE_CHANNEL, ERROR_GENERAL diff --git a/src/actions/phase/index.js b/src/actions/phase/index.js index d33be797..3381b19e 100644 --- a/src/actions/phase/index.js +++ b/src/actions/phase/index.js @@ -3,11 +3,9 @@ import { CLEAR_PHASE, } from '../../types'; -const clearPhase = () => (dispatch) => { - return dispatch({ - type: CLEAR_PHASE, - }); -}; +const clearPhase = () => dispatch => dispatch({ + type: CLEAR_PHASE, +}); const selectPhase = phase => (dispatch) => { dispatch({