forked from larryli/PuTTY
-
Notifications
You must be signed in to change notification settings - Fork 0
/
putty.bundle
43 lines (34 loc) · 1.09 KB
/
putty.bundle
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
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
<app-bundle>
<meta>
<prefix name="default">${env:JHBUILD_PREFIX}</prefix>
<run-install-name-tool/>
<gtk>gtk+-3.0</gtk>
<!-- Optionally specify a launcher script to use. If the
application sets up everything needed itself, like
environment variable, linker paths, etc, a launcher script is
not needed. If the source path is left out, the default
script will be used.
-->
<launcher-script>${project}/../osxlaunch</launcher-script >
</meta>
<plist>${project}/putty.plist</plist>
<main-binary dest="${bundle}/Contents/MacOS">
${project}/../puttyapp
</main-binary>
<binary>
${prefix}/lib/${gtkdir}/${pkg:${gtk}:gtk_binary_version}/immodules/*.so
</binary>
<binary>
${prefix}/lib/${gtkdir}/${pkg:${gtk}:gtk_binary_version}/printbackends/*.so
</binary>
<data>
${prefix}/share/themes/Adwaita
</data>
<data dest="${bundle}/Contents/Resources">
${project}/../icons/PuTTY.icns
</data>
<icon-theme icons="auto">
Adwaita
</icon-theme>
</app-bundle>