mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-16 08:10:32 +02:00
Doom 3 RTX Initial Checkin.
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<install product="M4_PRODUCT" desc="M4_DESC" version="M4_VERSION" postinstall="sh setup.data/postinstall.sh "$@"" nouninstall="yes">
|
||||
<eula>
|
||||
License.txt
|
||||
</eula>
|
||||
<readme>
|
||||
README
|
||||
</readme>
|
||||
M4_PRODUCT
|
||||
<option required="true">
|
||||
M4_DESC
|
||||
<binary arch="any" libs="any" symlink="doom3-demo">
|
||||
doom3-demo
|
||||
</binary>
|
||||
<binary arch="any" libs="any">
|
||||
doom.x86
|
||||
</binary>
|
||||
<files>
|
||||
demo
|
||||
gamex86.so
|
||||
M4_LDD
|
||||
</files>
|
||||
</option>
|
||||
</install>
|
||||
Reference in New Issue
Block a user