Mercurial > personal > no-gemini
annotate 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 |
rev | line source |
---|---|
13
e4e909f5fd65
Mark v0.2.9 and make build.ps1 executable.
Paul Fisher <paul@pfish.zone>
parents:
1
diff
changeset
|
1 #!/usr/bin/env pwsh |
e4e909f5fd65
Mark v0.2.9 and make build.ps1 executable.
Paul Fisher <paul@pfish.zone>
parents:
1
diff
changeset
|
2 $version = (Get-Content .\extension\manifest.json | ConvertFrom-Json).version |
e4e909f5fd65
Mark v0.2.9 and make build.ps1 executable.
Paul Fisher <paul@pfish.zone>
parents:
1
diff
changeset
|
3 Compress-Archive -Path ".\extension\*" -DestinationPath "hide-gemini-$($version).zip" -Force |