view build.ps1 @ 24:b2f47c058610

Bump version to 0.2.16.
author Paul Fisher <paul@pfish.zone>
date Sun, 21 Sep 2025 15:31:14 -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