Skip to content

Commit

Permalink
fix install regression (#655)
Browse files Browse the repository at this point in the history
closes #654
  • Loading branch information
trippjoe authored Jan 6, 2025
1 parent 49a8800 commit dd4a3cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src-tauri/src/commands/binaries.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ fn copy_data_dir(config_info: &CommonConfigData, game_name: &String) -> Result<(
let src_dir = config_info
.install_path
.join("versions")
.join("official")
.join(&config_info.active_version)
.join("data");

Expand Down

0 comments on commit dd4a3cf

Please sign in to comment.