Skip to content

Commit 49f8d5c

Browse files
committed
Add custom app icon, tray icon, and sidebar logo
Replace default icons with anylinuxfs penguin branding. Use static/tray.png for the menu bar tray icon and static/anylinuxfs.png for app icons, sidebar logo, and README header. Bump version to 0.6.0.
1 parent 433b17b commit 49f8d5c

17 files changed

Lines changed: 68 additions & 10 deletions

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<p align="center">
2+
<img src="static/anylinuxfs.png" width="128" height="128" alt="anylinuxfs GUI icon" />
3+
</p>
4+
15
# anylinuxfs GUI
26

37
A macOS GUI application for [anylinuxfs](https://github.com/nohajc/anylinuxfs) - mount Linux filesystems (ext4, btrfs, XFS, etc.) on macOS.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "anylinuxfs-gui",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

src-tauri/Cargo.lock

Lines changed: 57 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "anylinuxfs-gui"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
edition = "2021"
55

66
[lib]
@@ -11,7 +11,7 @@ crate-type = ["staticlib", "cdylib", "rlib"]
1111
tauri-build = { version = "2", features = [] }
1212

1313
[dependencies]
14-
tauri = { version = "2", features = ["tray-icon"] }
14+
tauri = { version = "2", features = ["tray-icon", "image-png"] }
1515
tauri-plugin-shell = "2"
1616
tauri-plugin-log = "2"
1717
log = "0.4"

src-tauri/icons/128x128.png

-14 KB
Loading

src-tauri/icons/128x128@2x.png

-43.6 KB
Loading

src-tauri/icons/256x256.png

-41.9 KB
Loading

src-tauri/icons/32x32.png

-1.53 KB
Loading

src-tauri/icons/512x512.png

-137 KB
Loading

src-tauri/icons/icon.icns

-1.03 MB
Binary file not shown.

0 commit comments

Comments
 (0)