Deploy new build.

This commit is contained in:
Randy Thiemann 2023-10-27 10:30:48 +02:00
parent 9b930b7f12
commit e3147690e2
3 changed files with 4 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -15,3 +15,7 @@ rd /S /Q dep
del /Q src\include\hardware.inc
copy src\include\hardware.nintendo src\include\hardware.inc
make
git add .
git commit -am "Deploy new build."
git push