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
|
path: ./dist/Safe[ ]Multisig*.dmg
|
||||||
|
|
||||||
- name: 'Upload Artifacts Linux'
|
- 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
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Desktop Linux
|
name: Desktop Linux
|
||||||
|
|
|
@ -103,9 +103,9 @@ function createWindow(port = DEFAULT_PORT) {
|
||||||
|
|
||||||
if (isDev) {
|
if (isDev) {
|
||||||
// Open the DevTools.
|
// Open the DevTools.
|
||||||
mainWindow.webContents.openDevTools()
|
|
||||||
//BrowserWindow.addDevToolsExtension('<location to your react chrome extension>');
|
//BrowserWindow.addDevToolsExtension('<location to your react chrome extension>');
|
||||||
}
|
}
|
||||||
|
mainWindow.webContents.openDevTools()
|
||||||
|
|
||||||
mainWindow.setMenu(null)
|
mainWindow.setMenu(null)
|
||||||
mainWindow.setMenuBarVisibility(false)
|
mainWindow.setMenuBarVisibility(false)
|
||||||
|
|
Loading…
Reference in New Issue