Skip to content

Commit 17a4b2c

Browse files
committed
chore: Release v0.4.3
1 parent 62f2fb1 commit 17a4b2c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src-tauri/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deploykit-gui"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
description = "Deploykit GUI frontend"
55
authors = ["you"]
66
license = "MIT"

src-tauri/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ impl Serialize for DeploykitGuiError {
222222

223223
#[tauri::command]
224224
async fn gparted() -> TauriResult<()> {
225-
Command::new("sudo").arg("killall").arg("gparted");
225+
Command::new("sudo").arg("killall").arg("gpartedbin");
226226
Command::new("bash").arg("-c").arg("gparted & while ! wmctrl -l | grep GParted; do wmctrl -r GParted -b toggle,above; done").output()?;
227227

228228
Ok(())

src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"package": {
99
"productName": "deploykit-gui",
10-
"version": "0.4.2"
10+
"version": "0.4.3"
1111
},
1212
"tauri": {
1313
"allowlist": {

0 commit comments

Comments
 (0)