Organize files into categories. Likely still a bit of cleanup left to do.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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 (x86)\Lworks\Judgment Day\judgmentday.exe"
|
||||
Reference in New Issue
Block a user