Skip to content
Snippets Groups Projects
Commit c89fcc1c authored by Marco Biasini's avatar Marco Biasini
Browse files

don't include gfx examples in bundle

The examples don't really make a lof of sense without
shaders enabled
parent 15d07863
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@ if opts.bundle:
shutil.copytree('../../examples', 'DNG.app/Contents/examples')
os.system('rm `find DNG.app/Contents/examples/ -name "*.pyc"` 2> /dev/null')
os.system('rm -rf DNG.app/Contents/examples/code_fragments/')
os.system('rm -rf DNG.app/Contents/examples/gfx/')
if opts.dmg:
os.system('rm -rf openstructure-%s.dmg' % ost.VERSION)
os.system('hdiutil create -srcFolder DNG.app openstructure-%s.dmg' % ost.VERSION)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment