blob: 8b28be6b34ef504c9b2ab8b962c6a2a098835e96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
<Name>DemoLibVPN-0.0.1</Name>
<Version>0.0.1</Version>
<Title>DemoLibVPN Installer</Title>
<Publisher>LEAP Encryption Access Project</Publisher>
<TargetDir>@ApplicationsDir@/DemoLibVPN.app</TargetDir>
<StartMenuDir>DemoLibVPN.app</StartMenuDir>
<AllowNonAsciiCharacters>false</AllowNonAsciiCharacters>
<!--
<RemoteRepositories>
<Repository>
<Url>http://localhost/repository/</Url>
</Repository>
</RemoteRepositories>
-->
<MaintenanceToolName>Uninstall-DemoLibVPN</MaintenanceToolName>
<!-- osx run -->
<RunProgram>open</RunProgram>
<RunProgramDescription>Start DemoLibVPN now!</RunProgramDescription>
<RunProgramArguments>
<Argument>@TargetDir@</Argument>
</RunProgramArguments>
<WizardStyle>mac</WizardStyle>
<!-- end osx run -->
</Installer>
|