update windows build process to asar

This commit is contained in:
caitsith2
2020-06-08 09:29:31 -07:00
parent e8a384200f
commit 65db6eefb7
3 changed files with 2 additions and 2 deletions
BIN
View File
Binary file not shown.
+2 -2
View File
@@ -1,4 +1,4 @@
del ..\working.sfc
copy ..\alttp.sfc ..\working.sfc
xkas.exe LTTP_RND_GeneralBugfixes.asm ..\working.sfc
@echo %cmdcmdline%|find /i """%~f0""">nul && cmd /k
asar.exe LTTP_RND_GeneralBugfixes.asm ..\working.sfc
@echo %cmdcmdline%|find /i """%~f0""">nul && cmd /k
BIN
View File
Binary file not shown.