aboutsummaryrefslogtreecommitdiffstats
path: root/Installer/u3portable/Manifest/manifest.u3i
diff options
context:
space:
mode:
Diffstat (limited to 'Installer/u3portable/Manifest/manifest.u3i')
-rw-r--r--Installer/u3portable/Manifest/manifest.u3i17
1 files changed, 17 insertions, 0 deletions
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>