Skip to content

Commit

Permalink
chore: revert updater test change
Browse files Browse the repository at this point in the history
  • Loading branch information
amr-crabnebula committed Jan 29, 2024
1 parent 734cd97 commit 5ab2002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/updater/nodejs/__test__/app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { checkUpdate } = require("@crabnebula/updater");
const UPDATER_PUB_KEY =
"dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDQ2Njc0OTE5Mzk2Q0ExODkKUldTSm9XdzVHVWxuUmtJdjB4RnRXZGVqR3NQaU5SVitoTk1qNFFWQ3pjL2hZWFVDOFNrcEVvVlcK";

const CURRENT_VERSION = "0.1.0";
const CURRENT_VERSION = "{{version}}";

app.whenReady().then(async () => {
console.log(CURRENT_VERSION);
Expand Down

0 comments on commit 5ab2002

Please sign in to comment.