Mercurial > personal > no-gemini
view 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 |
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