WARNING! Possibly horribly broken. For stability, switch to master branch. Completely changed the way the installer system works.

This commit is contained in:
Storm Dragon
2024-12-13 05:06:58 -05:00
parent 407cc8985b
commit b804d48188
204 changed files with 1732 additions and 2128 deletions

13
.install/Judgement Day.sh Normal file
View File

@ -0,0 +1,13 @@
export bottle="l-works"
download "http://files.l-works.net/judgmentdayfullsetup.exe"
install_wine_bottle vb6run dx8vb quartz
wine "${cache}/judgmentdayfullsetup.exe" /silent
cat << EOF > /tmp/judgementday.reg
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\VB and VBA Program Settings\judgmentday\config]
"name"="$USER"
EOF
wine regedit /s /tmp/judgementday.reg
rm /tmp/judgementday.reg
add_launcher "c:\Program Files\Lworks\Judgment Day\judgmentday.exe"