view build.ps1 @ 33:b60adb9a8fe5

Hide the empty space where the "summarize this email" button was.
author Paul Fisher <paul@pfish.zone>
date Mon, 06 Oct 2025 11:44:47 -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