Skip to content

Commit

Permalink
Fixed pyinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
naderm committed Jun 24, 2019
1 parent ae2d250 commit 603182f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions pycamv.spec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ a = Analysis(
datas=[
(
'pycamv/ProteoWizard/*',
'pycamv/ProteoWizard/',
),
],
hiddenimports=[],
Expand Down
4 changes: 0 additions & 4 deletions pycamv/proteowizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
PROTEOWIZARD_DIR = os.path.join(THIS_DIR, "ProteoWizard")

PROTEOWIZARD_VERSION = "3.0.19014"
PROTEOWIZARD_PATH = os.path.join(
PROTEOWIZARD_DIR,
"ProteoWizard {}".format(PROTEOWIZARD_VERSION),
)

# URLs + MD5 Hash:
# Windows Powershell: CertUtil -hashfile <filename> MD5
Expand Down

0 comments on commit 603182f

Please sign in to comment.