Add devtools to debug Github actions behaviour

This commit is contained in:
Daniel Sanchez 2020-11-16 19:52:19 +01:00
parent daed3943bc
commit 9ed9ae8e83
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ jobs:
path: ./dist/Safe[ ]Multisig*.dmg
- name: 'Upload Artifacts Linux'
if: contains(github.ref, 'development') && startsWith(matrix.os, 'ubuntu')
if: contains(github.ref, 'release/v2.14.1') && startsWith(matrix.os, 'ubuntu')
uses: actions/upload-artifact@v2
with:
name: Desktop Linux

View File

@ -103,9 +103,9 @@ function createWindow(port = DEFAULT_PORT) {
if (isDev) {
// Open the DevTools.
mainWindow.webContents.openDevTools()
//BrowserWindow.addDevToolsExtension('<location to your react chrome extension>');
}
mainWindow.webContents.openDevTools()
mainWindow.setMenu(null)
mainWindow.setMenuBarVisibility(false)