Disable push
This commit is contained in:
2
.github/workflows/build-publish-apps.yml
vendored
2
.github/workflows/build-publish-apps.yml
vendored
@ -195,7 +195,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
permissions:
|
||||
contents: write
|
||||
# if: ${{ github.event_name == 'release' || github.event_name == 'schedule' }}
|
||||
if: ${{ github.event_name == 'release' || github.event_name == 'schedule' }}
|
||||
needs: [prepare-files, build-apps]
|
||||
env:
|
||||
VERSION_NO_V: ${{ needs.prepare-files.outputs.version }}
|
||||
|
||||
@ -61,7 +61,7 @@ const createWindow = (): BrowserWindow => {
|
||||
},
|
||||
icon: path.resolve(process.cwd(), 'assets', 'icon.png'),
|
||||
// frame: false,
|
||||
titleBarStyle: 'hiddenInset',
|
||||
// titleBarStyle: 'hiddenInset',
|
||||
})
|
||||
|
||||
// and load the index.html of the app.
|
||||
|
||||
Reference in New Issue
Block a user