Skip to content

Commit ffdbd58

Browse files
committed
update
1 parent 6358807 commit ffdbd58

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

release.hxml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ global.hxml
33
-D orbis
44
-D toolchain=prospero
55
-D release
6+
--cmd haxe -cp src -main AfterBuild --interp

src/AfterBuild.hx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package ;
2+
3+
import sys.FileSystem;
4+
using StringTools;
5+
6+
class AfterBuild {
7+
static function main():Void {
8+
FileSystem.rename("out/HxWell", "airpsx.elf");
9+
}
10+
}

0 commit comments

Comments
 (0)