diff --git a/CI/deploy-mudlet-for-windows.sh b/CI/deploy-mudlet-for-windows.sh index 435ae4de51f..b22be8a2f1f 100644 --- a/CI/deploy-mudlet-for-windows.sh +++ b/CI/deploy-mudlet-for-windows.sh @@ -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:?}/*"