view build.ps1 @ 44:ce7dd8d3e055

Hide more stuff; reserve all of *.google.com and *.youtube.com.
author Paul Fisher <paul@pfish.zone>
date Sun, 07 Dec 2025 18:12:54 -0500
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