Revert "chore: update ci"

This reverts commit 04706a6d7c.
This commit is contained in:
reya
2024-07-02 15:54:00 +07:00
parent 15e62cad11
commit 783a4538a4
7 changed files with 3 additions and 18 deletions

View File

@@ -21,7 +21,6 @@ tauri = { version = "2.0.0-beta", features = [
"macos-private-api",
"native-tls-vendored",
"protocol-asset",
"devtools",
] }
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v2" }
tauri-plugin-clipboard-manager = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v2" }

View File

@@ -255,9 +255,3 @@ pub fn open_main_window(app: tauri::AppHandle) {
window.make_transparent().unwrap();
}
}
#[tauri::command]
#[specta::specta]
pub fn force_quit() {
std::process::exit(0);
}

View File

@@ -127,7 +127,6 @@ fn main() {
commands::window::reload_column,
commands::window::open_window,
commands::window::open_main_window,
commands::window::force_quit,
commands::window::set_badge
]);

View File

@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"productName": "Lume",
"version": "4.0.14",
"version": "4.0.13",
"identifier": "nu.lume.Lume",
"build": {
"beforeBuildCommand": "pnpm desktop:build",