Disable push

This commit is contained in:
Pierre Jacquier
2024-09-02 19:28:59 -04:00
parent 430d756041
commit e41976e666
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}

View File

@ -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.