Ensure that no python compiled files (.pyo or .pyc) are bundled
This allows the bundle to be sanitized with `find Gramps.app -name '*.py[oc]' -delete` if there are code-signing errors when moving the bundle from one machine to another. svn: r22375
This commit is contained in:
parent
6f0a8ffa32
commit
7ebe10090d
@ -137,8 +137,20 @@
|
||||
${prefix}/etc/pango/
|
||||
</data>
|
||||
|
||||
<data recurse="True">
|
||||
${prefix}/share/gramps/*.py
|
||||
</data>
|
||||
|
||||
<data recurse="True">
|
||||
${prefix}/share/gramps/*.glade
|
||||
</data>
|
||||
|
||||
<data recurse="True">
|
||||
${prefix}/share/gramps/*.xml
|
||||
</data>
|
||||
|
||||
<data>
|
||||
${prefix}/share/gramps/
|
||||
${prefix}/share/gramps/images/
|
||||
</data>
|
||||
|
||||
<!--data>
|
||||
|
Loading…
Reference in New Issue
Block a user