bundler ready

This commit is contained in:
2022-01-31 17:35:36 +08:00
parent 6a9dbb4a19
commit 449fb69d75
16 changed files with 501 additions and 311 deletions
-1
View File
@@ -33,7 +33,6 @@ fn custom_protocol_uri_to_path<T: Into<String>>(protocol: T, uri: T) -> wry::Res
}
fn main() -> wry::Result<()> {
data::pack("config.toml")?;
let res = match data::load(std::env::current_exe()?.as_path()) {
Ok(data) => data,
Err(_) => data::load("app.neu")?,