diff options
Diffstat (limited to 'installer/config/config.xml')
| -rw-r--r-- | installer/config/config.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/installer/config/config.xml b/installer/config/config.xml new file mode 100644 index 0000000..e352aa8 --- /dev/null +++ b/installer/config/config.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Installer> + <Name>AleePlayer</Name> + <Version>0.1.0</Version> + <Title>AleePlayer Installer</Title> + <Publisher>Alee Productions</Publisher> + <StartMenuDir>AleePlayer</StartMenuDir> + <Logo>AAP.png</Logo> + <TargetDir>@ApplicationsDir@/Alee Productions/AleePlayer</TargetDir> +</Installer>
\ No newline at end of file |
