annotate build.ps1 @ 8:42cdeba9bdb9 default tip

Add summarize button in Sheets and AI elements in Ads.
author Paul Fisher <paul@pfish.zone>
date Tue, 21 Jan 2025 17:21:22 -0500
parents eadd1318ddd6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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