mirror of
https://gitlab.com/RemixDev/deemix-gui-pyweb.git
synced 2025-01-01 12:26:13 +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