Update gramps.bundle to add rungramps.py to the bundle
svn: r17344
This commit is contained in:
parent
d0265cebaf
commit
a5949b6ce8
@ -18,7 +18,10 @@
|
|||||||
<binary dest="${bundle}/Contents/MacOS">
|
<binary dest="${bundle}/Contents/MacOS">
|
||||||
${prefix}/bin/python
|
${prefix}/bin/python
|
||||||
</binary>
|
</binary>
|
||||||
|
<!-- Also add a python runfile which sets up the environment and localizations -->
|
||||||
|
<data dest="${bundle}/Contents/MacOS">
|
||||||
|
${project}/rungramps.py
|
||||||
|
</data>
|
||||||
<!-- Copy in GTK+ modules. Note the use of the
|
<!-- Copy in GTK+ modules. Note the use of the
|
||||||
"${pkg:module:variable}" macro, which evaluates to a pkg-config
|
"${pkg:module:variable}" macro, which evaluates to a pkg-config
|
||||||
variable in the specified module. Note that any libraries that
|
variable in the specified module. Note that any libraries that
|
||||||
|
Loading…
Reference in New Issue
Block a user