Skip to content

Commit

Permalink
#128 Add icon (#130)
Browse files Browse the repository at this point in the history
Thanks @piotrwach for the request.

Test Plan:
- Ensure all CI checks pass
- Launch a container, verify the app has a new icon (o O)
  • Loading branch information
marciniwanicki authored Nov 20, 2024
1 parent 1a70145 commit 5ecfa9c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
30 changes: 30 additions & 0 deletions Sources/CurieCore/MacOSWindowApp/Icon.swift

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ final class MacOSWindowAppLauncher {
let app = NSApplication.shared
app.setActivationPolicy(.regular)
app.activate(ignoringOtherApps: true)
app.applicationIconImage = CurieIcon.image

MacOSWindowApp.vm = vm
MacOSWindowApp.bundle = bundle
Expand Down

0 comments on commit 5ecfa9c

Please sign in to comment.