diff options
author | Dylan Jones <dylanjones2011@gmail.com> | 2020-12-13 16:33:09 -0500 |
---|---|---|
committer | Dylan Jones <dylanjones2011@gmail.com> | 2020-12-13 16:33:09 -0500 |
commit | a18a7161690d6c9b8560375aeea2ba2f66277b40 (patch) | |
tree | ed947738ecca8a36c25362dcd42a0165b73c230f /modpackman.spec | |
parent | c1414c043ee8abd9dbbaa522bc770467750b047f (diff) | |
download | modpackman-a18a7161690d6c9b8560375aeea2ba2f66277b40.tar.gz modpackman-a18a7161690d6c9b8560375aeea2ba2f66277b40.zip |
actually add chisel and bits
Diffstat (limited to 'modpackman.spec')
-rw-r--r-- | modpackman.spec | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/modpackman.spec b/modpackman.spec deleted file mode 100644 index 66b0dc4..0000000 --- a/modpackman.spec +++ /dev/null @@ -1,34 +0,0 @@ -# -*- mode: python ; coding: utf-8 -*- - -block_cipher = None - - -a = Analysis(['modpackman.py'], - pathex=['/home/dylan/workspace/mod-manager'], - binaries=[], - datas=[('version.txt', '.'), ('pack.ini', '.'), ('local-config.ini', '.'), ('jeffrey-3-icon.png', '.')], - hiddenimports=[], - hookspath=[], - runtime_hooks=[], - excludes=[], - win_no_prefer_redirects=False, - win_private_assemblies=False, - cipher=block_cipher, - noarchive=False) -pyz = PYZ(a.pure, a.zipped_data, - cipher=block_cipher) -exe = EXE(pyz, - a.scripts, - a.binaries, - a.zipfiles, - a.datas, - [], - name='modpackman', - debug=False, - bootloader_ignore_signals=False, - strip=False, - upx=True, - upx_exclude=[], - runtime_tmpdir=None, - console=True, - icon="jeffrey-3-icon.ico,0") |