wait why are we chmoding

pull/4/head
azur1s 2022-03-28 08:31:59 +07:00
parent 7a9671ea25
commit 1607293bb4
1 changed files with 0 additions and 6 deletions

View File

@ -100,12 +100,6 @@ fn main() {
logif!(0, format!("Compilation took {}ms", duration));
logif!(0, format!("Wrote output to `{}`", output_path.display()));
Command::new("chmod")
.arg("+x")
.arg(&output_path)
.spawn()
.expect("Failed to chmod file");
},
None => { unreachable!(); }
}