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. */ ///////////////////////////////////////////////////////////////////////////// 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= ) )