We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a199bf + ae518cd commit 62a4614Copy full SHA for 62a4614
launcher/src/version.rc2.sample
@@ -1,7 +1,7 @@
1
2
/**
3
* WARNING: do NOT modify this file! the content of this file should be
4
- * automatically genereted before AppVeyor builds using the
+ * automatically generated before AppVeyor builds using the
5
* respective .ps1 Powershell scripts.
6
*
7
*/
scripts/build.ps1
@@ -79,7 +79,7 @@ if ($Compile) {
79
80
Write-Verbose "Building the launcher..."
81
82
- # Referene: https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
+ # Reference: https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
83
msbuild CmderLauncher.vcxproj /t:Clean,Build /p:configuration=Release /m
84
85
if ($LastExitCode -ne 0) {
0 commit comments