Commit 38b1914
committed
fix: epmConfigRoot() doesn't find EPM configs when packaged installer stages them under ProgramData/epm_configs instead of a bin-relative configurations folder
epmConfigRoot() (added on main to replace the old hardcoded
applicationDataPath()-based path) only checks for a configurations/
folder walking up from the binary directory. The Alpaca QIK package
stages EPM's .ccnf files under %ProgramData%/Qualcomm/<Product>/epm_configs/
instead, so on a QIK-installed package the platform combo box and
channel table in EPM.exe/EPMConfigurationEditor.exe/etc. are empty
(<select a config file>) and the SPM Version/platform info panel never
gets populated.
Added ProgramData/epm_configs fallback candidates (checked for both
Alpaca and QEPM branded installs) before falling back to the original
bin-relative default.1 parent 9e0bbac commit 38b1914
1 file changed
Lines changed: 32 additions & 0 deletions
Lines changed: 32 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
310 | 342 | | |
311 | 343 | | |
0 commit comments