Mercurial > personal > no-gemini
view build.ps1 @ 20:6661e33327c6
Hide gemini popup thingy in Google Drive; Ask button on YouTube.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Tue, 17 Jun 2025 09:20:41 -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