feat(companion): enforce checksum verification in generated launcher

This commit is contained in:
William Valentin
2026-02-26 19:32:42 -08:00
parent 995166fbbc
commit ad2f7b7d04
7 changed files with 51 additions and 3 deletions
+1
View File
@@ -59,6 +59,7 @@ describe('writeCompanionReleaseBundle', () => {
expect(launcherRaw).toContain('exec flynn');
expect(launcherRaw).toContain('--push-token');
expect(launcherRaw).toContain('--latitude');
expect(launcherRaw).toContain('sha256sum --check CHECKSUMS.sha256');
expect(readmeRaw).toContain('Flynn Companion Release Bundle');
expect(checksumsRaw).toContain('companion.bootstrap.json');
expect(checksumsRaw).toContain('run-companion.sh');