Package both launcher and console into dist\ (parity)

- Launcher/build.bat now outputs to dist\TeslaLauncher\ (was TeslaLauncher\ at the
  Launcher root) and produces dist\TeslaLauncher-podpkg.zip, matching Console\dist\.
- Both build scripts now zip the package themselves (Compress-Archive) instead of
  leaving it as a manual step: Console/build-package.bat -> dist\TeslaConsole-pkg.zip.
- Launcher/.gitignore: ignore /dist/ (drop the obsolete /TeslaLauncher/ + staging
  entries); Console already ignores /dist/.
- READMEs updated to point at dist\.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Cyd
2026-06-30 20:06:50 -05:00
co-authored by Claude Opus 4.8
parent 4a61a9f8c3
commit d1e9f0e365
5 changed files with 35 additions and 20 deletions
+2 -6
View File
@@ -3,12 +3,8 @@
[Bb]in/
[Oo]bj/
# build.bat staging + final output (see build.bat: BUILD_DIR / *_STAGE)
/_stage_svc/
/_stage_agt/
/TeslaLauncher/
# zipped deployment package produced for transfer to a pod
/TeslaLauncher-*.zip
# build.bat output: the package folder + zip (parity with Console\dist\)
/dist/
# ── Runtime / installer state ────────────────────────────────────────────────
# Generated by installutil / the service at runtime, not source