annotate build.ps1 @ 1:eadd1318ddd6

Add Drive file pages + build script.
author Paul Fisher <paul@pfish.zone>
date Fri, 27 Sep 2024 20:55:42 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
eadd1318ddd6 Add Drive file pages + build script.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
1 $version = (Get-Content .\extension\manifest.json | ConvertFrom-Json).version
eadd1318ddd6 Add Drive file pages + build script.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
2 Compress-Archive -Path ".\extension\*" -DestinationPath "hide-gemini-$($version).zip" -Force