view build.ps1 @ 40:9379c2c1ffb6

Hide the new AI summary crud on the YT watch page.
author Paul Fisher <paul@pfish.zone>
date Mon, 20 Oct 2025 23:03:09 -0400
parents e4e909f5fd65
children
line wrap: on
line source

#!/usr/bin/env pwsh
$version = (Get-Content .\extension\manifest.json | ConvertFrom-Json).version
Compress-Archive -Path ".\extension\*" -DestinationPath "hide-gemini-$($version).zip" -Force