File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 # We only need tk-inter as a hint for the standard library.
3838 enable-plugins : " tk-inter"
3939
40- script-name : PICA_Launcher_V5 .py
40+ script-name : PICA_Launcher_V5p1 .py
4141
4242 # The 'deployment' flag handles a one-file build.
4343 deployment : true
7171 repo_token : ${{ secrets.GITHUB_TOKEN }}
7272 # --- CORRECTED FILE PATH BELOW ---
7373 # The file is inside the 'build' directory we specified above.
74- file : build/PICA_Launcher_V5 .exe
75- asset_name : PICA_Launcher-Windows- ${{ github.ref_name }}.exe
74+ file : build/PICA_Launcher_V5p1 .exe
75+ asset_name : PICA_Launcher-v ${{ github.ref_name }}.exe
7676 tag : ${{ github.ref }}
7777 overwrite : true
Original file line number Diff line number Diff line change 1- # BUILD VERSION: 13.2 (K2400/2182 Frontend Integration )
1+ # BUILD VERSION: 13.3 (Active/Passive R-T Launchers )
22'''
33===============================================================================
44 PROGRAM: PICA Launcher
1717 AUTHOR: Prathamesh K Deshmukh
1818 GUIDED BY: Dr. Sudip Mukherjee
1919 INSTITUTE: UGC-DAE Consortium for Scientific Research, Mumbai Centre
20-
21- VERSION: 13.2
22- LAST EDITED: 05/10/2025
20+
21+ VERSION HISTORY:
22+ 13.3 (05/10/2025): Added distinct launchers for Active and Passive R-T modes.
23+ 13.2 (05/10/2025): Integrated new K2400/2182 frontend GUIs.
24+ 13.1 (04/10/2025): Resolved duplicate script paths and validated Delta Mode scripts.
25+
2326===============================================================================
2427'''
2528import tkinter as tk
@@ -66,7 +69,7 @@ def resource_path(relative_path):
6669
6770class PICALauncherApp :
6871
69- PROGRAM_VERSION = "13.2 "
72+ PROGRAM_VERSION = "13.3 "
7073 CLR_BG_DARK = '#2B3D4F'
7174 CLR_FRAME_BG = '#3A506B'
7275 CLR_ACCENT_GOLD = '#FFC107'
You can’t perform that action at this time.
0 commit comments