Powershell version

This commit is contained in:
litagin02
2024-03-19 08:51:41 +09:00
parent 8c9eb74335
commit 7c484c7835
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ chcp 65001 > NUL
setlocal enabledelayedexpansion setlocal enabledelayedexpansion
@REM PowerShellのコマンド @REM PowerShellのコマンド
set PS_CMD=PowerShell -NoProfile -NoLogo -ExecutionPolicy Bypass set PS_CMD=PowerShell -Version 5.1 -ExecutionPolicy Bypass
@REM PortableGitのURLと保存先 @REM PortableGitのURLと保存先
set DL_URL=https://github.com/git-for-windows/git/releases/download/v2.44.0.windows.1/PortableGit-2.44.0-64-bit.7z.exe set DL_URL=https://github.com/git-for-windows/git/releases/download/v2.44.0.windows.1/PortableGit-2.44.0-64-bit.7z.exe

View File

@@ -5,7 +5,7 @@ chcp 65001 > NUL
setlocal enabledelayedexpansion setlocal enabledelayedexpansion
@REM PowerShellのコマンド @REM PowerShellのコマンド
set PS_CMD=PowerShell -NoProfile -NoLogo -ExecutionPolicy Bypass set PS_CMD=PowerShell -Version 5.1 -ExecutionPolicy Bypass
@REM PortableGitのURLと保存先 @REM PortableGitのURLと保存先
set DL_URL=https://github.com/git-for-windows/git/releases/download/v2.44.0.windows.1/PortableGit-2.44.0-64-bit.7z.exe set DL_URL=https://github.com/git-for-windows/git/releases/download/v2.44.0.windows.1/PortableGit-2.44.0-64-bit.7z.exe