Mercurial > personal > no-gemini
view build.ps1 @ 15:eaea0163d04a
Hide more Gemini crap from Drive and "people also ask"/"things to know"
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Fri, 04 Apr 2025 21:26:02 -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