diff --git a/Cargo.lock b/Cargo.lock index a23402b..be20f1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,6 +2,30 @@ # It is not intended for manual editing. version = 3 +[[package]] +name = "Stash" +version = "0.5.1" +dependencies = [ + "catppuccin-egui", + "chrono", + "crossbeam", + "directories", + "eframe", + "egui", + "egui-modal", + "egui-phosphor", + "egui_extras", + "image 0.25.1", + "indexmap", + "lazy_static", + "serde", + "serde_json", + "tokio", + "webbrowser 1.0.1", + "winapi", + "winres", +] + [[package]] name = "ab_glyph" version = "0.2.26" @@ -2352,30 +2376,6 @@ dependencies = [ "lock_api", ] -[[package]] -name = "stash" -version = "0.5.1" -dependencies = [ - "catppuccin-egui", - "chrono", - "crossbeam", - "directories", - "eframe", - "egui", - "egui-modal", - "egui-phosphor", - "egui_extras", - "image 0.25.1", - "indexmap", - "lazy_static", - "serde", - "serde_json", - "tokio", - "webbrowser 1.0.1", - "winapi", - "winres", -] - [[package]] name = "static_assertions" version = "1.1.0" diff --git a/Cargo.toml b/Cargo.toml index e2cc322..2307fa3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,16 +1,11 @@ [package] -name = "stash" +name = "Stash" version = "0.5.1" authors = ["evilDAVE "] edition = "2021" description = "A new way to manage your bookmarks!" license = "MIT" -[package.metadata.bundle] -name = "Stash" -identifier = "io.github.aymanfarsi.stash" -icon = ["assets/*.ico"] - [dependencies] eframe = { version = "0.27.2", default-features = false, features = [ "default_fonts", diff --git a/src/lib.rs b/src/lib.rs index 81c55f8..3927f8c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,5 @@ +#![allow(non_snake_case)] pub mod app; -pub mod utils; -pub mod ui; pub mod backend; +pub mod ui; +pub mod utils; diff --git a/src/main.rs b/src/main.rs index b583f55..c065031 100644 --- a/src/main.rs +++ b/src/main.rs @@ -2,7 +2,7 @@ use tokio::runtime::Runtime; -use stash::utils::{run_first_error_app::run_first_error_app, run_main_app::run_main_app}; +use Stash::utils::{run_first_error_app::run_first_error_app, run_main_app::run_main_app}; fn check_env() -> Result<(), String> { #[cfg(any(target_os = "windows", target_os = "linux"))] diff --git a/wix/License.rtf b/wix/License.rtf new file mode 100644 index 0000000..5e282de Binary files /dev/null and b/wix/License.rtf differ diff --git a/wix/main.wxs b/wix/main.wxs new file mode 100644 index 0000000..6b56062 --- /dev/null +++ b/wix/main.wxs @@ -0,0 +1,224 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +