From 66fcd7db8c5312174bf2b60827a3ae0420d263c6 Mon Sep 17 00:00:00 2001 From: Menci Date: Sat, 6 Dec 2025 17:51:13 +0800 Subject: [PATCH] [F] Execute permission and #!shebang for build.ps1 --- build.ps1 | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 build.ps1 diff --git a/build.ps1 b/build.ps1 old mode 100644 new mode 100755 index e9dbc8d1..1822a893 --- a/build.ps1 +++ b/build.ps1 @@ -1,3 +1,5 @@ +#!/usr/bin/env pwsh + $ErrorActionPreference = "Stop" Set-Location -LiteralPath $PSScriptRoot