diff options
| author | Andrew Lee <alee14498@gmail.com> | 2020-08-02 14:23:06 -0700 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2020-08-02 14:23:06 -0700 |
| commit | 78c7e894918ea2d0eb710fe51bdc04e01a7a6b58 (patch) | |
| tree | 8dfd1ef0e4edd2db54e1f335b276970445b71a15 /installer/config/config.xml | |
| parent | cbe6c501749ec3289a95438aa3cd521bb91183ee (diff) | |
| download | erable-godot-78c7e894918ea2d0eb710fe51bdc04e01a7a6b58.tar.gz erable-godot-78c7e894918ea2d0eb710fe51bdc04e01a7a6b58.tar.bz2 erable-godot-78c7e894918ea2d0eb710fe51bdc04e01a7a6b58.zip | |
Added installer
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 |
