diff options
author | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-02-19 17:18:42 +0000 |
---|---|---|
committer | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-02-19 17:18:42 +0000 |
commit | 51ed8fe6f2ea9892e905e81cf5bad3960537eb40 (patch) | |
tree | a4dcb099343762dcb7bd7988f73de68c1959d3a5 /Installer/u3portable/Manifest | |
download | usdx-51ed8fe6f2ea9892e905e81cf5bad3960537eb40.tar.gz usdx-51ed8fe6f2ea9892e905e81cf5bad3960537eb40.tar.xz usdx-51ed8fe6f2ea9892e905e81cf5bad3960537eb40.zip |
Challenge MOD r7 alpha based on Ultrastar Deluxe v1.0.1a
for changes read Changelog.txt in folder Game
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2107 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Installer/u3portable/Manifest')
-rw-r--r-- | Installer/u3portable/Manifest/USdx.ico | bin | 0 -> 2238 bytes | |||
-rw-r--r-- | Installer/u3portable/Manifest/manifest.u3i | 17 |
2 files changed, 17 insertions, 0 deletions
diff --git a/Installer/u3portable/Manifest/USdx.ico b/Installer/u3portable/Manifest/USdx.ico Binary files differnew file mode 100644 index 00000000..4c7d95df --- /dev/null +++ b/Installer/u3portable/Manifest/USdx.ico diff --git a/Installer/u3portable/Manifest/manifest.u3i b/Installer/u3portable/Manifest/manifest.u3i new file mode 100644 index 00000000..fcbc3ffc --- /dev/null +++ b/Installer/u3portable/Manifest/manifest.u3i @@ -0,0 +1,17 @@ +<u3manifest version="1.0">
+ <application uuid="0B458BEB-A9BB-4E93-B48F-F1EBA58D05BD" version="1.0.1">
+ <icon>USdx.ico</icon>
+ <name>UltraStar Deluxe Portable</name>
+ <vendor url="http://www.ultrastardeluxe.org">USdx Team</vendor>
+ <description>UltraStar Deluxe is a free open-source karaoke software for Windows that can be compared with Singstar.</description>
+ <options>
+ <minFreeSpace>7.0</minFreeSpace>
+ </options>
+ <i18n></i18n>
+ </application>
+ <actions>
+ <appStart cmd="%U3_HOST_EXEC_PATH%\start.bat"></appStart>
+ <appStop cmd="%U3_HOST_EXEC_PATH%\appstop.exe"> -t -s USdx</appStop>
+ <hostCleanUp cmd="%U3_HOST_EXEC_PATH%\appstop.exe"> -t -s USdx</hostCleanUp>
+ </actions>
+</u3manifest>
|