* Some stuff with changing the Dink HD menu key to F1 from Shift-Escape
* Added Dan's .png loading patch (untested) git-svn-id: svn://rtsoft.com/rtsvn/projects/RTDink@1522 353e56fe-9613-0410-8469-b96ad8e6f29c
This commit is contained in:
parent
20f8a6a856
commit
e0b2d2e5f0
17 changed files with 353 additions and 36 deletions
|
@ -31,6 +31,9 @@ if not exist %C_TARGET_EXE% beeper.exe /p
|
|||
|
||||
:Sign it with the RTsoft cert (optional)
|
||||
|
||||
echo "Waiting 5 seconds "
|
||||
timeout 5
|
||||
|
||||
call sign.bat %C_TARGET_EXE%
|
||||
|
||||
REM Do a little cleanup in the dink bin dir as well
|
||||
|
@ -65,6 +68,9 @@ cd win_installer
|
|||
cd ..
|
||||
set d_fname=%C_FILENAME%
|
||||
|
||||
echo "Waiting 5 seconds because NSIS does something and ruins the signing if I don't"
|
||||
timeout 5
|
||||
|
||||
call sign.bat %C_FILENAME%
|
||||
|
||||
:call FTPToSiteWin.bat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue