~tapaal-contributor/tapaal/make-grid-reappear-on-export-tikz-cancel-1820016

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
 <shortcuts>
        <skipIfNotSupported/>

        <programGroup defaultName="TAPAAL" location="startMenu"/>
        <shortcut
            name="TAPAAL"
            target="$INSTALL_PATH\bin\tapaal.bat"
            commandLine=""
            description="Start TAPAAL"
            iconFile="$INSTALL_PATH\Path\to\MyApplication\Icons\start.ico"
            iconIndex="0"
            desktop="yes"
            applications="yes"
            startMenu="yes"
            startup="no">
        </shortcut>
	<shortcut
            name="Uninstall TAPAAL"
            target="$INSTALL_PATH\Uninstaller\Uninstaller.jar"
            commandLine=""
            description="Uninstall TAPAAL"
            iconFile="$INSTALL_PATH\Path\to\MyApplication\Icons\start.ico"
            iconIndex="0"
            desktop="no"
            applications="yes"
            startMenu="yes"
            startup="no">
        </shortcut>

    </shortcuts>