annotate build.ps1 @ 13:e4e909f5fd65 default tip

Mark v0.2.9 and make build.ps1 executable.
author Paul Fisher <paul@pfish.zone>
date Tue, 11 Feb 2025 23:16:08 -0500
parents eadd1318ddd6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13
e4e909f5fd65 Mark v0.2.9 and make build.ps1 executable.
Paul Fisher <paul@pfish.zone>
parents: 1
diff changeset
1 #!/usr/bin/env pwsh
e4e909f5fd65 Mark v0.2.9 and make build.ps1 executable.
Paul Fisher <paul@pfish.zone>
parents: 1
diff changeset
2 $version = (Get-Content .\extension\manifest.json | ConvertFrom-Json).version
e4e909f5fd65 Mark v0.2.9 and make build.ps1 executable.
Paul Fisher <paul@pfish.zone>
parents: 1
diff changeset
3 Compress-Archive -Path ".\extension\*" -DestinationPath "hide-gemini-$($version).zip" -Force