summary refs log tree commit diff
path: root/deploy/installer/cleanup/package.xml
diff options
context:
space:
mode:
authorMarcel <MTRNord@users.noreply.github.com>2017-11-06 16:17:21 +0100
committermujx <mujx@users.noreply.github.com>2017-11-06 17:17:21 +0200
commit4ba1f2ea837f46607ec1738496ca546babd6b207 (patch)
tree6ffc880107627cc38ee87c78f325bd819a32f7e6 /deploy/installer/cleanup/package.xml
parentUpdate README (diff)
downloadnheko-4ba1f2ea837f46607ec1738496ca546babd6b207.tar.xz
Windows icon fix and change the installer to QT Installer Framework on Windows (#85)
Diffstat (limited to 'deploy/installer/cleanup/package.xml')
-rw-r--r--deploy/installer/cleanup/package.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/deploy/installer/cleanup/package.xml b/deploy/installer/cleanup/package.xml
new file mode 100644

index 00000000..f43e5b78 --- /dev/null +++ b/deploy/installer/cleanup/package.xml
@@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Package> + <DisplayName>Cleanup AppData and Registry</DisplayName> + <Description>Cleans up AppData and Registry when selected (logs you out) - Broken</Description> + <Version>__VERSION__</Version> + <ReleaseDate>__DATE__</ReleaseDate> + <SortingPriority>80</SortingPriority> + <Script>installscript.qs</Script> + <Checkable>false</Checkable> +</Package>