We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6358807 commit ffdbd58Copy full SHA for ffdbd58
2 files changed
release.hxml
@@ -3,3 +3,4 @@ global.hxml
3
-D orbis
4
-D toolchain=prospero
5
-D release
6
+--cmd haxe -cp src -main AfterBuild --interp
src/AfterBuild.hx
@@ -0,0 +1,10 @@
1
+package ;
2
+
+import sys.FileSystem;
+using StringTools;
+class AfterBuild {
7
+ static function main():Void {
8
+ FileSystem.rename("out/HxWell", "airpsx.elf");
9
+ }
10
+}
0 commit comments