mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
se cocoa: v2.7.2
--HG-- extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%4033
This commit is contained in:
parent
904b292877
commit
73ac65fa4e
@ -23,7 +23,7 @@
|
|||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>hsft</string>
|
<string>hsft</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>2.7.1</string>
|
<string>2.7.2</string>
|
||||||
<key>NSMainNibFile</key>
|
<key>NSMainNibFile</key>
|
||||||
<string>MainMenu</string>
|
<string>MainMenu</string>
|
||||||
<key>NSPrincipalClass</key>
|
<key>NSPrincipalClass</key>
|
||||||
|
@ -4,12 +4,15 @@ import os
|
|||||||
import os.path as op
|
import os.path as op
|
||||||
import shutil
|
import shutil
|
||||||
|
|
||||||
print "Cleaning build and dist"
|
from hsutil.build import print_and_do
|
||||||
|
|
||||||
|
os.chdir('dupeguru')
|
||||||
|
print_and_do('python gen.py')
|
||||||
|
os.chdir('..')
|
||||||
|
|
||||||
if op.exists('build'):
|
if op.exists('build'):
|
||||||
shutil.rmtree('build')
|
shutil.rmtree('build')
|
||||||
if op.exists('dist'):
|
if op.exists('dist'):
|
||||||
shutil.rmtree('dist')
|
shutil.rmtree('dist')
|
||||||
|
|
||||||
print "Buiding the py2app plugin"
|
print_and_do('python -u setup.py py2app')
|
||||||
|
|
||||||
os.system('python -u setup.py py2app')
|
|
Loading…
x
Reference in New Issue
Block a user