Skip to content

Commit 557e066

Browse files
build updated
1 parent 30f3534 commit 557e066

2 files changed

Lines changed: 11 additions & 8 deletions

File tree

.github/workflows/build-exe.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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
@@ -71,7 +71,7 @@ jobs:
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

PICA_Launcher_V5p1.py

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
@@ -17,9 +17,12 @@
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
'''
2528
import tkinter as tk
@@ -66,7 +69,7 @@ def resource_path(relative_path):
6669

6770
class 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'

0 commit comments

Comments
 (0)