File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -165,20 +165,6 @@ cp $distdir/squirrel-windows/RELEASES "$pubdir/update/win32/x64/"
165165# longer appears to work).
166166cp $distdir /* _amd64.deb " $projdir /electron_app/dist/"
167167
168- # Now we sign the windows installer executables (as opposed to the main binary which
169- # is signed in the electron afteSign hook)
170- echo " Signing Windows installers..."
171-
172- exe32=( " $distdir " /squirrel-windows-ia32/* .exe )
173- basename32=` basename " $exe32 " `
174- osslsigncode sign $OSSLSIGNCODE_SIGNARGS -pass " $token_password " -in " $exe32 " -out " $projdir /electron_app/pub/install/win32/ia32/$basename32 "
175-
176- exe64=( " $distdir " /squirrel-windows/* .exe )
177- basename64=` basename " $exe64 " `
178- osslsigncode sign $OSSLSIGNCODE_SIGNARGS -pass " $token_password " -in " $exe64 " -out " $projdir /electron_app/pub/install/win32/x64/$basename64 "
179-
180- echo " Installers signed"
181-
182168rm -rf " $builddir "
183169
184170echo " $pubdir can now be hosted on your web server."
You can’t perform that action at this time.
0 commit comments