Mercurial > personal > no-gemini
annotate build.ps1 @ 11:ad2ca744bcbb default tip
Hide Gemini thingy in Chat as well.
This loosens the CSS selector for the button to use just one class,
but it's probably fine.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Mon, 03 Feb 2025 23:54:00 -0500 |
parents | eadd1318ddd6 |
children |
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 |