Mercurial > personal > no-gemini
view build.ps1 @ 22:a1fb69eaf3ec
Hide the gemini summary on file pages.
| author | Paul Fisher <paul@pfish.zone> |
|---|---|
| date | Tue, 17 Jun 2025 10:24:31 -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
