Setup script
This commit is contained in:
parent
0234239f40
commit
cd8d337934
4
setup.py
4
setup.py
|
|
@ -31,7 +31,7 @@ if sys.platform == 'darwin':
|
||||||
CFBundleIdentifyer='org.lightningbeam.lightningbeam',
|
CFBundleIdentifyer='org.lightningbeam.lightningbeam',
|
||||||
#LSPrefersPPC=True,
|
#LSPrefersPPC=True,
|
||||||
),
|
),
|
||||||
resources=["media","gpl.txt","swfc"],
|
resources=["media","gpl.txt","swfc","base.js"],
|
||||||
iconfile="Lightningbeam.icns"
|
iconfile="Lightningbeam.icns"
|
||||||
)),
|
)),
|
||||||
)
|
)
|
||||||
|
|
@ -39,7 +39,7 @@ elif sys.platform == 'win32':
|
||||||
extra_options = dict(
|
extra_options = dict(
|
||||||
setup_requires=['py2exe'],
|
setup_requires=['py2exe'],
|
||||||
app=[mainscript],
|
app=[mainscript],
|
||||||
options=dict(py2app=dict(resources=["media","gpl.txt","swfc"],)),
|
options=dict(py2app=dict(resources=["media","gpl.txt","swfc","base.js"],)),
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
extra_options = dict(
|
extra_options = dict(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue