Compare commits

..

1 Commits

Author SHA1 Message Date
fb7e76fe78 added cobble_core crate 2024-07-18 19:25:49 -06:00
2 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ futures-util = "0.3.30"
ssh2 = "0.9.4" ssh2 = "0.9.4"
chrono = "0.4.38" chrono = "0.4.38"
zip = "2.1.3" zip = "2.1.3"
cobble-core = { version = "1.2.0", features = ["auth", "serde", "modded"] }
[features] [features]
# This feature is used for production builds or when a dev server is not specified, DO NOT REMOVE!! # This feature is used for production builds or when a dev server is not specified, DO NOT REMOVE!!

View File

@ -1,4 +1,4 @@
export TAURI_PRIVATE_KEY=$(cat ~/.tauri/fclauncher.key) export TAURI_PRIVATE_KEY=$(cat ~/.tauri/fclauncher.key)
read -s PASSWORD read -s PASSWORD
export TAURI_KEY_PASSWORD=$PASSWORD export TAURI_KEY_PASSWORD=$PASSWORD
NO_STRIP=true cargo tauri build cargo tauri build