From e3147690e2f431c7f78fbda97ba92654d5794c58 Mon Sep 17 00:00:00 2001 From: Randy Thiemann Date: Fri, 27 Oct 2023 10:30:48 +0200 Subject: [PATCH] Deploy new build. --- bin/DMGTRIS.GBC | Bin 65536 -> 65536 bytes bin/DMGTRIS.pocket | Bin 65536 -> 65536 bytes deploy.bat | 4 ++++ 3 files changed, 4 insertions(+) diff --git a/bin/DMGTRIS.GBC b/bin/DMGTRIS.GBC index cacd5c4f62208b6f4ae85a30b6e69898d4d51ac4..312c478dad8be849ec08b15800275e172f523b55 100644 GIT binary patch delta 41 xcmZo@U}wwle;Y4*rZ;uEU=T^e9cnp7yu2E4g>%I diff --git a/bin/DMGTRIS.pocket b/bin/DMGTRIS.pocket index 9c3e436ccc8192ac39e268793ecec079b092ad3b..7c18b9ea50d17c4c9654068ee6e502e149e25b70 100644 GIT binary patch delta 41 xcmZo@U}9cCU;r7vB|w+SzxEP`I@EHF#s!o4-^0Z delta 41 xcmZo@U}7$CU;r7u}QsRSzsr#`I@EHF#se24!i&W diff --git a/deploy.bat b/deploy.bat index e3e9509..ce67333 100644 --- a/deploy.bat +++ b/deploy.bat @@ -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