Commit 422bb08
committed
fix: update null command runner to use hex/toml format for exported apps
The build_exported_apps_commands function was using an old format with
'# START FILE' markers, but the POSIX_FIND_AND_CONCAT_DESKTOP_FILES.sh
script now outputs TOML with hex-encoded paths and contents.
This fix:
- Adds a to_hex helper function to DistroboxCommandRunnerResponse
- Updates build_exported_apps_commands to generate proper TOML format
- Uses the box_name parameter correctly for exported file names1 parent 3d81d6e commit 422bb08
1 file changed
+26
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
336 | 341 | | |
337 | 342 | | |
338 | 343 | | |
| |||
456 | 461 | | |
457 | 462 | | |
458 | 463 | | |
459 | | - | |
| 464 | + | |
| 465 | + | |
460 | 466 | | |
461 | 467 | | |
462 | | - | |
| 468 | + | |
463 | 469 | | |
464 | 470 | | |
465 | 471 | | |
466 | 472 | | |
467 | 473 | | |
468 | 474 | | |
469 | 475 | | |
470 | | - | |
471 | | - | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
472 | 480 | | |
473 | | - | |
474 | | - | |
475 | | - | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
476 | 484 | | |
477 | 485 | | |
478 | 486 | | |
479 | 487 | | |
480 | | - | |
481 | | - | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
482 | 495 | | |
483 | 496 | | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
484 | 500 | | |
485 | 501 | | |
486 | 502 | | |
| |||
493 | 509 | | |
494 | 510 | | |
495 | 511 | | |
496 | | - | |
| 512 | + | |
497 | 513 | | |
498 | 514 | | |
499 | 515 | | |
| |||
0 commit comments