mirror of
https://gitlab.com/RemixDev/deemix-gui-pyweb.git
synced 2024-12-28 18:36:07 +00:00
reverted commit 5ac85b584d
As I totally forgot pyinstaller can make .app as well
This commit is contained in:
parent
5ac85b584d
commit
a590f9adb8
21
setup.py
21
setup.py
|
@ -1,21 +0,0 @@
|
|||
"""
|
||||
This is a setup.py script generated by py2applet
|
||||
|
||||
Usage:
|
||||
python setup.py py2app
|
||||
"""
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
APP = ['deemix-pyweb.py']
|
||||
DATA_FILES = ['icon.icns', 'webui/public']
|
||||
OPTIONS = {
|
||||
'iconfile':'icon.icns'
|
||||
}
|
||||
|
||||
setup(
|
||||
app=APP,
|
||||
data_files=DATA_FILES,
|
||||
options={'py2app': OPTIONS},
|
||||
setup_requires=['py2app'],
|
||||
)
|
Loading…
Reference in a new issue