Skip to content

Commit

Permalink
fixed cli
Browse files Browse the repository at this point in the history
  • Loading branch information
amydevs committed Jun 21, 2022
1 parent 97f1a6a commit b06fbaf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .cargo/config.toml

This file was deleted.

3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# /bin/sh
cargo build --release
cargo build --bin exalta-steam --release --features steam
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
token_timestamp: base64::encode(account.access_token_timestamp),
token_expiration: base64::encode(account.access_token_expiration),
env: 4,
server_name: None,
server_name: String::new(),
})?
.replace(",\"serverName\":null", ",\"serverName\":");
println!("{}", args);
Expand Down

0 comments on commit b06fbaf

Please sign in to comment.