aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--helpers/__init__.py (renamed from helpers.py)0
-rw-r--r--music_sampler.py (renamed from run.py)0
-rw-r--r--music_sampler.spec (renamed from run.spec)5
3 files changed, 2 insertions, 3 deletions
diff --git a/helpers.py b/helpers/__init__.py
index 7fbfb99..7fbfb99 100644
--- a/helpers.py
+++ b/helpers/__init__.py
diff --git a/run.py b/music_sampler.py
index 9797c91..9797c91 100644
--- a/run.py
+++ b/music_sampler.py
diff --git a/run.spec b/music_sampler.spec
index ec27125..2f6f04c 100644
--- a/run.spec
+++ b/music_sampler.spec
@@ -2,8 +2,7 @@
2 2
3block_cipher = None 3block_cipher = None
4 4
5a = Analysis(['run.py'], 5a = Analysis(['music_sampler.py'],
6 pathex=['/home/immae/temp/soundplant_alternative'],
7 binaries=None, 6 binaries=None,
8 datas=[('config.yml', '.')], 7 datas=[('config.yml', '.')],
9 hiddenimports=[ 8 hiddenimports=[
@@ -26,7 +25,7 @@ exe = EXE(pyz,
26 a.binaries, 25 a.binaries,
27 a.zipfiles, 26 a.zipfiles,
28 a.datas, 27 a.datas,
29 name='run', 28 name='music_sampler',
30 debug=False, 29 debug=False,
31 strip=False, 30 strip=False,
32 upx=True, 31 upx=True,