diff 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
line wrap: on
line diff
--- a/build.ps1	Tue Feb 11 23:11:21 2025 -0500
+++ b/build.ps1	Tue Feb 11 23:16:08 2025 -0500
@@ -1,2 +1,3 @@
-$version = (Get-Content .\extension\manifest.json | ConvertFrom-Json).version
-Compress-Archive -Path ".\extension\*" -DestinationPath "hide-gemini-$($version).zip" -Force
+#!/usr/bin/env pwsh
+$version = (Get-Content .\extension\manifest.json | ConvertFrom-Json).version
+Compress-Archive -Path ".\extension\*" -DestinationPath "hide-gemini-$($version).zip" -Force