Skip to content

Commit

Permalink
updated pyinstaller/lasercontrol_scope.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
agentsmith29 committed Dec 11, 2024
1 parent fd153d0 commit bc2dbb5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyinstaller/lasercontrol_scope.spec
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# -*- mode: python ; coding: utf-8 -*-
import pathlib

epos_dll_path = pathlib.Path('../src/SacherECLControl/libs/SacherLib/PythonMotorControlClass/EposCmd64.dll')
sacher_pyd_path = pathlib.Path('../src/SacherECLControl/libs/SacherLib/PythonMotorControlClass/lib/Python312/SacherMotorControl.pyd')

a = Analysis(
['lasercontrol_scope.py'],
['../src/lasercontrol_scope.py'],
pathex=[],
binaries=[
(str(epos_dll_path), '.'),
Expand Down Expand Up @@ -39,7 +40,7 @@ exe = EXE(
upx=True,
upx_exclude=[],
runtime_tmpdir=None,
console=False,
console=True,
disable_windowed_traceback=False,
argv_emulation=False,
target_arch=None,
Expand Down

0 comments on commit bc2dbb5

Please sign in to comment.