Mercurial > personal > no-gemini
view build.ps1 @ 21:464a6d95441b
Actually include YT button; hide "analyze this data" in Sheets.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Tue, 17 Jun 2025 09:57:06 -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