Mercurial > personal > no-gemini
view build.ps1 @ 17:6e36a73972d0
Hide "building blocks" and other AI crap in Docs.
author | Outside contributor <dev.null@pfish.zone> |
---|---|
date | Sat, 26 Apr 2025 00:10:47 -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