Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "vendor/ghostty"]
path = vendor/ghostty
url = https://github.com/ghostty-org/ghostty.git
ignore = dirty
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ let package = Package(
path: "Sources/Crow",
resources: [
.copy("Resources/AppIcon.png"),
.copy("Resources/CorveilBrandmark.png"),
.copy("Resources/CorveilBrandmark.svg"),
],
linkerSettings: [
.linkedFramework("Carbon"),
Expand Down
2 changes: 1 addition & 1 deletion Packages/CrowUI/Sources/CrowUI/CorveilTheme.swift
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public struct BrandmarkImage: View {

static func load() -> NSImage? {
for bundle in Bundle.allBundles {
if let url = bundle.url(forResource: "CorveilBrandmark", withExtension: "png"),
if let url = bundle.url(forResource: "CorveilBrandmark", withExtension: "svg"),
let image = NSImage(contentsOf: url) {
return image
}
Expand Down
2 changes: 1 addition & 1 deletion Sources/Crow/App/AboutView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ struct AboutView: View {

private func loadBrandmark() -> NSImage? {
for bundle in Bundle.allBundles {
if let url = bundle.url(forResource: "CorveilBrandmark", withExtension: "png"),
if let url = bundle.url(forResource: "CorveilBrandmark", withExtension: "svg"),
let image = NSImage(contentsOf: url) {
return image
}
Expand Down
Binary file removed Sources/Crow/Resources/CorveilBrandmark.png
Binary file not shown.
108 changes: 108 additions & 0 deletions Sources/Crow/Resources/CorveilBrandmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading