Skip to content

Commit

Permalink
Infrastructure: remove Squirrel code signing (Mudlet#7546)
Browse files Browse the repository at this point in the history
<!-- Keep the title short & concise so anyone non-technical can
understand it,
     the title appears in PTB changelogs -->
#### Brief overview of PR changes/additions
Remove Squirrel code signing
#### Motivation for adding to Mudlet
No longer in use as we now use Azure Trusted Signing
#### Other info (issues closed, discussion etc)

Co-authored-by: Vadim Peretokin <[email protected]>
  • Loading branch information
vadi2 and vadi2 authored Dec 8, 2024
1 parent 4876e9e commit f28c984
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CI/deploy-mudlet-for-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,8 @@ else
./squirrel.windows/tools/Squirrel --releasify "$nupkg_path" \
--releaseDir "$GITHUB_WORKSPACE/squirreloutput" \
--loadingGif "$GITHUB_WORKSPACE/installers/windows/splash-installing-2x.png" \
--no-msi --setupIcon "$InstallerIconFile" \
-n "/a /f $GITHUB_WORKSPACE/installers/windows/code-signing-certificate.p12 /p $WIN_SIGNING_PASS /fd sha256 /tr http://timestamp.digicert.com /td sha256"

--no-msi --setupIcon "$InstallerIconFile"

echo "=== Removing old directory content of release folder ==="
rm -rf "${PACKAGE_DIR:?}/*"

Expand Down

0 comments on commit f28c984

Please sign in to comment.