Skip to content

Commit 1eb544b

Browse files
build update
1 parent 557e066 commit 1eb544b

1 file changed

Lines changed: 14 additions & 9 deletions

File tree

.github/workflows/build-exe.yml

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,24 @@ jobs:
4545
# Use the modern option to disable the console.
4646
windows-console-mode: 'disable'
4747

48+
# --- COMPILE SCRIPT DIRECTORIES AS PACKAGES ---
49+
# This is the correct way to include all .py files from your instrument modules.
50+
include-package: |
51+
Delta_mode_Keithley_6221_2182A
52+
Keithley_2400
53+
Keithley_2400_Keithley_2182
54+
Keithley_6517B
55+
LCR_Keysight_E4980A
56+
Lakeshore_350_340
57+
Lock_in_amplifier
58+
Utilities
59+
4860
windows-icon-from-ico: _assets/LOGO/UGC_DAE_CSR.ico
4961

50-
# These directories MUST exist in your GitHub repository and not be empty.
62+
# --- COPY NON-PYTHON ASSETS ---
63+
# These directories contain assets like images, manuals, etc.
5164
include-data-dir: |
5265
_assets=_assets/
53-
Delta_mode_Keithley_6221_2182A=Delta_mode_Keithley_6221_2182A/
54-
Keithley_2400=Keithley_2400/
55-
Keithley_2400_Keithley_2182=Keithley_2400_Keithley_2182/
56-
Keithley_6517B=Keithley_6517B/
57-
LCR_Keysight_E4980A=LCR_Keysight_E4980A/
58-
Lakeshore_350_340=Lakeshore_350_340/
59-
Lock_in_amplifier=Lock_in_amplifier/
60-
Utilities=Utilities/
6166
include-data-files: |
6267
LICENSE=LICENSE
6368
README.md=README.md

0 commit comments

Comments
 (0)