diff options
author | canni2007 <canni2007@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-11-12 12:01:52 +0000 |
---|---|---|
committer | canni2007 <canni2007@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-11-12 12:01:52 +0000 |
commit | 5d84a6888c22a959934afff5f8f80d97ffeb7d21 (patch) | |
tree | fe7ec6d62bcc130c779655e1fe523f87ebbf90d5 /Installer/u3portable/Manifest | |
parent | 47aa66870ed6815c6564db008678fad866f398a8 (diff) | |
download | usdx-5d84a6888c22a959934afff5f8f80d97ffeb7d21.tar.gz usdx-5d84a6888c22a959934afff5f8f80d97ffeb7d21.tar.xz usdx-5d84a6888c22a959934afff5f8f80d97ffeb7d21.zip |
Changed bamboo build to support USdx U3 Port.
Added source for UltraStar Deluxe U3 Portable.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@605 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>
|