From 75f7578d784a4e209da4b29a80d27940197d8945 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 9 Jan 2026 23:58:47 +0800 Subject: Rename build scripts to Pre-Build --- Run-WrapperExample.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Run-WrapperExample.ps1') diff --git a/Run-WrapperExample.ps1 b/Run-WrapperExample.ps1 index b2fda22..d976c19 100644 --- a/Run-WrapperExample.ps1 +++ b/Run-WrapperExample.ps1 @@ -1,4 +1,4 @@ -& ".\Collect-Command-Line.ps1" +& ".\Pre-Build.ps1" if ($LASTEXITCODE -eq 0) { Clear-Host -- cgit