diff options
| author | Alee14 <alee14498@gmail.com> | 2020-07-27 20:48:33 -0400 |
|---|---|---|
| committer | Alee14 <alee14498@gmail.com> | 2020-07-27 20:48:33 -0400 |
| commit | 1e0345531082c2f34b36f57e7c6b65052aac070e (patch) | |
| tree | d126757150bdd8abf262a701fe7c79b71bc70cae /config | |
| download | AAP-Installer-1e0345531082c2f34b36f57e7c6b65052aac070e.tar.gz AAP-Installer-1e0345531082c2f34b36f57e7c6b65052aac070e.tar.bz2 AAP-Installer-1e0345531082c2f34b36f57e7c6b65052aac070e.zip | |
Inital commit
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/config.xml b/config/config.xml new file mode 100644 index 0000000..6a097d2 --- /dev/null +++ b/config/config.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Installer> + <Name>AleePlayer</Name> + <Version>0.0.1</Version> + <Title>AleePlayer Installer</Title> + <Publisher>Alee Productions</Publisher> + <StartMenuDir>AleePlayer</StartMenuDir> + <TargetDir>@ApplicationsDir@/Alee Productions/AleePlayer</TargetDir> +</Installer>
\ No newline at end of file |
