1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-24 00:23:17 +00:00

lint: unused variable

This commit is contained in:
Isaiah Inuwa
2025-11-09 22:19:50 -06:00
parent bb123c0162
commit 5f21d1f68a

View File

@@ -65,7 +65,7 @@ exports.default = async function (configuration) {
" /fd SHA256" +
" /a" +
` /f "${certFile}"` +
` /p "${process.env.ELECTRON_BUILDER_SIGN_CERT_PW}"` +
` /p "${certPw}"` +
` "${configuration.path}"`,
{
stdio: "inherit",