Mercurial > personal > no-gemini
view build.ps1 @ 6:05ababfe867c
haha you have to add the files to make it work.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Sat, 04 Jan 2025 20:39:21 -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