Mercurial > personal > no-gemini
comparison 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 |
comparison
equal
deleted
inserted
replaced
12:f62ccc5b03c8 | 13:e4e909f5fd65 |
---|---|
1 #!/usr/bin/env pwsh | |
1 $version = (Get-Content .\extension\manifest.json | ConvertFrom-Json).version | 2 $version = (Get-Content .\extension\manifest.json | ConvertFrom-Json).version |
2 Compress-Archive -Path ".\extension\*" -DestinationPath "hide-gemini-$($version).zip" -Force | 3 Compress-Archive -Path ".\extension\*" -DestinationPath "hide-gemini-$($version).zip" -Force |