Skip to content

Commit 7d16f43

Browse files
committed
Another fix attempt
God please release me from this Windows-induced hell.
1 parent 6613a60 commit 7d16f43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/renutil.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,7 @@ pub async fn install(
705705
let android_py = base_path.join("rapt/android.py");
706706
let mut cmd = Command::new(&python);
707707
cmd.args(["-EO", android_py.to_str().unwrap(), "installsdk"]);
708+
cmd.current_dir(base_path.join("rapt"));
708709

709710
let status = cmd.status()?;
710711
if !status.success() {

0 commit comments

Comments
 (0)