Skip to content

Commit 6859f9f

Browse files
graduateDesigngraduateDesign
authored andcommitted
add win-compiler.exe
1 parent 1fc474f commit 6859f9f

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

api-make.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
cd src/package/pikascript
22
./rust-msc-latest
3+
./rust-msc-latest.exe
601 KB
Binary file not shown.

update-compiler.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ cd ../pikascript-compiler-rust
33
cargo build
44
cd $ROOT
55
cp ../pikascript-compiler-rust/target/debug/rust-msc src/package/pikascript/rust-msc-latest
6+
cp ../pikascript-compiler-rust/target/debug/rust-msc.exe src/package/pikascript/rust-msc-latest.exe

0 commit comments

Comments
 (0)