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:
+2
-6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user