From 8b1cbcb893b4618e4ea82df95d44f7b1a73bfa2b Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 21 Mar 2026 00:27:10 +0800 Subject: Update Windows post-install script to use new filenames --- scripts/setup/windows/post_inst.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/setup/windows') diff --git a/scripts/setup/windows/post_inst.ps1 b/scripts/setup/windows/post_inst.ps1 index 4cb4772..d8013da 100644 --- a/scripts/setup/windows/post_inst.ps1 +++ b/scripts/setup/windows/post_inst.ps1 @@ -1,5 +1,5 @@ # Execute uninstall script, attempt to remove leftover PROFILE entries -. ".\uninst.ps1" +. ".\post_uninst.ps1" # Calculate directories $scriptDir = Split-Path -Parent $MyInvocation.MyCommand.Path @@ -7,7 +7,7 @@ $parentDir = Split-Path -Parent $scriptDir # Write configuration to PROFILE Add-Content -Path $PROFILE -Value "# JustEnoughVCS - Begin #" -Add-Content -Path $PROFILE -Value ". `"$parentDir\jv_cli.ps1`"" +Add-Content -Path $PROFILE -Value ". `"$parentDir\jvn.ps1`"" Add-Content -Path $PROFILE -Value "# JustEnoughVCS - End #" # Check dependencies, if OpenSSL is not found, show a prompt -- cgit