view build.ps1 @ 26:7239469de2ee default tip

Bump to v0.2.17.
author Paul Fisher <paul@pfish.zone>
date Mon, 22 Sep 2025 16:51:52 -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