Skip to content

Commit 19363c3

Browse files
author
wyf in c2
committed
[fix ci] 额额额额啊啊啊啊啊啊啊 build failed
1 parent 2590f63 commit 19363c3

2 files changed

Lines changed: 1 addition & 12 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
- name: Install Linux dependencies
148148
run: |
149149
sudo apt-get update -y
150-
sudo apt-get install -y ninja-build libgtk-3-dev libasound2-dev libmpv-dev
150+
sudo apt-get install -y libayatana-appindicator3-dev ninja-build libgtk-3-dev libasound2-dev libmpv-dev
151151
152152
- name: Install dependencies
153153
run: flutter pub get

macos/Runner/AppDelegate.swift

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,4 @@ class AppDelegate: FlutterAppDelegate {
2323
}
2424
return true
2525
}
26-
27-
override func applicationShouldHandleReopen(_ sender: NSApplication, hasVisibleWindows flag: Bool) -> Bool {
28-
// When the user clicks the Dock icon, show the main window again.
29-
if !flag {
30-
for window in NSApp.windows {
31-
window.makeKeyAndOrderFront(self)
32-
}
33-
NSApp.activate(ignoringOtherApps: true)
34-
}
35-
return true
36-
}
3726
}

0 commit comments

Comments
 (0)