Mercurial > personal > no-gemini
view build.ps1 @ 7:cf7ff331dacc default tip
Add new "summarize this file" that has appeared in Drive.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Thu, 16 Jan 2025 16:16:48 -0500 |
parents | eadd1318ddd6 |
children |
line wrap: on
line source
$version = (Get-Content .\extension\manifest.json | ConvertFrom-Json).version Compress-Archive -Path ".\extension\*" -DestinationPath "hide-gemini-$($version).zip" -Force