Mercurial > personal > no-gemini
annotate build.ps1 @ 12:f62ccc5b03c8
Hide more items and fix URL patterns.
- Hides a bunch of Gemini menu items and buttons within Sheets and Docs.
(Thanks, Laura!)
- Fixes multilogin issues / the fact that things wouldn't hide when you
when to docs.new / sheets.new / slides.new. (Thanks, Ben!)
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Tue, 11 Feb 2025 23:11:21 -0500 |
parents | eadd1318ddd6 |
children | e4e909f5fd65 |
rev | line source |
---|---|
1
eadd1318ddd6
Add Drive file pages + build script.
Paul Fisher <paul@pfish.zone>
parents:
diff
changeset
|
1 $version = (Get-Content .\extension\manifest.json | ConvertFrom-Json).version |
eadd1318ddd6
Add Drive file pages + build script.
Paul Fisher <paul@pfish.zone>
parents:
diff
changeset
|
2 Compress-Archive -Path ".\extension\*" -DestinationPath "hide-gemini-$($version).zip" -Force |