File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
3
3
<metadata >
4
- <version >2.1.1 </version >
4
+ <version >2.1.2 </version >
5
5
<authors >GitHub</authors >
6
6
<owners >Anaïs Betts</owners >
7
7
<licenseUrl >https://github.com/squirrel/Squirrel.Windows/blob/master/COPYING</licenseUrl >
Original file line number Diff line number Diff line change @@ -40,8 +40,10 @@ nuget pack Squirrel.nuspec -OutputDirectory ..\build\artifacts || exit /b
40
40
41
41
md ..\build\artifacts\electron-winstaller\vendor
42
42
43
- copy ..\build\Release\net462\Update462.exe ..\build\artifacts\electron-winstaller\vendor\Squirrel.exe || exit /b
44
- copy ..\build\Release\net462\Update462.pdb ..\build\artifacts\electron-winstaller\vendor\Squirrel.pdb || exit /b
43
+ :: electron-builder expects the normally renamed Squirrel.exe to be Update.exe in it's project
44
+ :: we'll rename all to Update.exe along with the .pdb
45
+ copy ..\build\Release\net462\Update462.exe ..\build\artifacts\electron-winstaller\vendor\Update.exe || exit /b
46
+ copy ..\build\Release\net462\Update462.pdb ..\build\artifacts\electron-winstaller\vendor\Update.pdb || exit /b
45
47
copy ..\build\Release\net462\Update.com ..\build\artifacts\electron-winstaller\vendor\Update.com || exit /b
46
48
copy ..\build\Release\Win32\Setup.exe ..\build\artifacts\electron-winstaller\vendor || exit /b
47
49
copy ..\build\Release\Win32\Setup.pdb ..\build\artifacts\electron-winstaller\vendor || exit /b
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 2.1.1 " ,
2
+ "version" : " 2.1.2 " ,
3
3
"publicReleaseRefSpec" : [
4
4
" ^refs/heads/master$"
5
5
],
You can’t perform that action at this time.
0 commit comments