Skip to content

Commit

Permalink
fix steam path
Browse files Browse the repository at this point in the history
  • Loading branch information
mbillingr committed Jul 17, 2021
1 parent e5344a1 commit 0459788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use ggez::{conf, ContextBuilder};

use gamestates::GameWrapper;

const SHENZHEN_PATH: &str = ".local/share/Steam/SteamApps/common/SHENZHEN IO/Content/";
const SHENZHEN_PATH: &str = ".local/share/Steam/steamapps/common/SHENZHEN IO/Content/";

fn main() {
env_logger::init();
Expand Down

0 comments on commit 0459788

Please sign in to comment.