Skip to content

Commit f0f6208

Browse files
committed
2026-03-27 15:21:16 IST-(lite)-(3)-(V:0.5.6)-> "fixed linux workflow again"
1 parent 91cdc4d commit f0f6208

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mindsafe"
3-
version = "0.5.5"
3+
version = "0.5.6"
44
edition = "2024"
55
license = "AGPL-3.0-or-later"
66
authors = ["Aryawork <oss@aryawork.com>"]
@@ -112,6 +112,7 @@ identifier = "com.aryawork.mindsafe"
112112
icons = ["assets/icon/icon_512x.png", "assets/icon/icon_512x.icns", "assets/icon/icon_200x.ico"]
113113
resources = [{ src = "assets/", target = "assets" }]
114114
out-dir = "dist"
115+
binaries-dir = "target/release"
115116
before-packaging-command = "cargo build --release"
116117

117118
[package.metadata.packager.macos]

assets/mindsafe.desktop

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[Desktop Entry]
2+
Categories=Utility
3+
Exec={{exec}}
4+
Icon={{icon}}
5+
Name={{name}}
6+
Terminal=false
7+
Type=Application

0 commit comments

Comments
 (0)