Commit 769e8ef8 authored by sumpfralle's avatar sumpfralle

added the logo to the distribution setup


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@289 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent 015c6886
...@@ -55,6 +55,7 @@ setup( ...@@ -55,6 +55,7 @@ setup(
("share/python-pycam/ui", [ ("share/python-pycam/ui", [
os.path.join("pycam", "Gui", "gtk-interface", "pycam-project.ui"), os.path.join("pycam", "Gui", "gtk-interface", "pycam-project.ui"),
os.path.join("pycam", "Gui", "gtk-interface", "menubar.xml"), os.path.join("pycam", "Gui", "gtk-interface", "menubar.xml"),
os.path.join("pycam", "Gui", "gtk-interface", "logo_gui.png"),
]), ]),
("share/python-pycam/samples", ("share/python-pycam/samples",
glob.glob(os.path.join("Samples","STL","*.stl"))), glob.glob(os.path.join("Samples","STL","*.stl"))),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment