Mercurial > personal > no-gemini
view build.ps1 @ 14:6d6d9163feb7 default tip
Hide YET ANOTHER "summarize this folder" in Google Drive.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Thu, 06 Mar 2025 23:36:15 -0500 |
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