feat(companion): enforce checksum verification in generated launcher
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user