view build.ps1 @ 27:25c53854dd9d

Un-hide YouTube crap, hide some new crap in Drive listings.
author Paul Fisher <paul@pfish.zone>
date Fri, 03 Oct 2025 14:30:26 -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