From d2f7136ef8ceec529758efb20f9b7ba4154a9a9e Mon Sep 17 00:00:00 2001 From: David Refoua Date: Thu, 6 Jun 2024 13:34:55 +0330 Subject: [PATCH 1/2] modify the header to remove outdated mention --- launcher/src/version.rc2.sample | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/launcher/src/version.rc2.sample b/launcher/src/version.rc2.sample index b809c36..e8d509b 100644 --- a/launcher/src/version.rc2.sample +++ b/launcher/src/version.rc2.sample @@ -1,9 +1,8 @@ /** - * WARNING: do NOT modify this file! the content of this file should be - * automatically generated before AppVeyor builds using the - * respective .ps1 Powershell scripts. - * + * WARNING: This file should NOT be manually modified! + * The contents will be automatically generated using the `.ps1` PowerShell scripts, + * during builds by the CI. */ ///////////////////////////////////////////////////////////////////////////// From b56a6d43cb7387e5cc25fad93b51cbfe13f06660 Mon Sep 17 00:00:00 2001 From: Stan West <38358698+stanwest@users.noreply.github.com> Date: Fri, 26 Jul 2024 20:24:12 -0400 Subject: [PATCH 2/2] Use single quotes inside double quotes --- vendor/lib/lib_git.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/lib/lib_git.cmd b/vendor/lib/lib_git.cmd index de963ce..f20f7e8 100644 --- a/vendor/lib/lib_git.cmd +++ b/vendor/lib/lib_git.cmd @@ -253,7 +253,7 @@ exit /b :: if the user provided git executable is not found IF ERRORLEVEL -255 IF NOT ERRORLEVEL -254 ( :: if not exist "%git_executable%" ( - %print_debug% ":compare_git_versions" "No git at "%git_executable%" found." + %print_debug% ":compare_git_versions" "No git at '%git_executable%' found." set test_dir= ) )