mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-11-15 03:07:41 +01:00
fix: 🐛 修复 macOS 窗口问题
This commit is contained in:
parent
ea4df3d048
commit
f768566636
2
.github/workflows/release-assets.yml
vendored
2
.github/workflows/release-assets.yml
vendored
@ -53,8 +53,8 @@ jobs:
|
||||
with:
|
||||
draft: true
|
||||
prerelease: true
|
||||
fail_on_unmatched_files: false
|
||||
files: |
|
||||
!builder-debug.yml
|
||||
dist-release/*.exe
|
||||
dist-release/*.zip
|
||||
dist-release/*.dmg
|
||||
|
@ -39,6 +39,8 @@ function createWindow() {
|
||||
mainWindow = new BrowserWindow({
|
||||
show: false,
|
||||
icon,
|
||||
width: 1200,
|
||||
height: 800,
|
||||
minWidth: 1200,
|
||||
minHeight: 800,
|
||||
autoHideMenuBar: true,
|
||||
|
Loading…
Reference in New Issue
Block a user