Add devtools to debug Github actions behaviour
This commit is contained in:
parent
daed3943bc
commit
9ed9ae8e83
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue