Skip to content

Commit fbd13b5

Browse files
committed
Fix build: add 30+ missing blueprint hidden imports, sync installer version to 7.32.0
1 parent 8d4f9db commit fbd13b5

2 files changed

Lines changed: 38 additions & 2 deletions

File tree

build.spec

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,44 @@ _hiddenimports = [
6262
'web.blueprints.tasks',
6363
'web.blueprints.undo',
6464
'web.blueprints.weather',
65+
'web.blueprints.kit_builder',
66+
'web.blueprints.emergency',
67+
'web.blueprints.family',
68+
'web.blueprints.brief',
69+
'web.blueprints.water_mgmt',
70+
'web.blueprints.financial',
71+
'web.blueprints.vehicles',
72+
'web.blueprints.loadout',
73+
'web.blueprints.readiness_goals',
74+
'web.blueprints.alert_rules',
75+
'web.blueprints.timeline',
76+
'web.blueprints.threat_intel',
77+
'web.blueprints.evac_drills',
78+
'web.blueprints.data_packs',
79+
'web.blueprints.regional_profile',
80+
'web.blueprints.nutrition',
81+
'web.blueprints.consumption',
82+
'web.blueprints.meal_planning',
83+
'web.blueprints.movement_ops',
84+
'web.blueprints.tactical_comms',
85+
'web.blueprints.land_assessment',
86+
'web.blueprints.medical_phase2',
87+
'web.blueprints.training_knowledge',
88+
'web.blueprints.group_ops',
89+
'web.blueprints.security_opsec',
90+
'web.blueprints.agriculture',
91+
'web.blueprints.disaster_modules',
92+
'web.blueprints.daily_living',
93+
'web.blueprints.interoperability',
94+
'web.blueprints.hunting_foraging',
95+
'web.blueprints.hardware_sensors',
96+
'web.blueprints.platform_security',
97+
'web.blueprints.specialized_modules',
98+
'web.auth',
99+
'web.print_templates',
65100
'web.utils',
66101
'web.checklist_templates_data',
102+
'platform_utils',
67103
'log_utils',
68104
'config',
69105
'yt_dlp',

installer.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
; NOMAD Field Desk Inno Setup Script
2-
; AppVersion: 7.7.0
2+
; AppVersion: 7.32.0
33

44
#define MyAppName "NOMAD Field Desk"
5-
#define MyAppVersion "7.7.0"
5+
#define MyAppVersion "7.32.0"
66
#define MyAppPublisher "SysAdminDoc"
77
#define MyAppURL "https://github.com/SysAdminDoc/project-nomad-desktop"
88
#define MyAppSupportURL "https://github.com/SysAdminDoc/project-nomad-desktop/issues"

0 commit comments

Comments
 (0)