Mercurial > personal > no-gemini
view build.ps1 @ 34:64e90e9ada72
icon-path based removals: YouTube "Ask", Drive "Summarize this"
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Sat, 11 Oct 2025 22:49:28 -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