diff --git a/appveyor.yml b/appveyor.yml index 0d95c13d591..0bda528e2b7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -37,15 +37,15 @@ build_script: "-open ${env:WIN_PKG_PATH} -save ${env:WIN_PKG_PATH} -action delete -mask ICONGROUP,1,"` \| Out-File echo "1" - ehoc $rh1 + echo $rh1 $rh2 = Start-Process -FilePath $rh -ArgumentList ` "-open version-info.rc -save version-info.res -action compile" echo "2" - ehoc $rh2 + echo $rh2 $rh3 = Start-Process -FilePath $rh -ArgumentList ` "-open ${env:WIN_PKG_PATH} -save ${env:WIN_PKG_PATH} -action addoverwrite -resource version-info.res," echo "3" - ehoc $rh3 + echo $rh3 } - cmd: npm install - cmd: npm run dist diff --git a/version-info.rc b/version-info.rc new file mode 100644 index 00000000000..bd38bd4f88a Binary files /dev/null and b/version-info.rc differ diff --git a/version-info.res b/version-info.res new file mode 100644 index 00000000000..93f98807a63 Binary files /dev/null and b/version-info.res differ