From f7416258d9c587b107e002bb198590d8408da178 Mon Sep 17 00:00:00 2001 From: amr-crabnebula Date: Wed, 29 Nov 2023 03:47:19 +0200 Subject: [PATCH] fix ubuntu again --- bindings/updater/nodejs/__test__/index.spec.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/updater/nodejs/__test__/index.spec.mjs b/bindings/updater/nodejs/__test__/index.spec.mjs index 509968f5..6ac37a18 100644 --- a/bindings/updater/nodejs/__test__/index.spec.mjs +++ b/bindings/updater/nodejs/__test__/index.spec.mjs @@ -138,7 +138,7 @@ test("it updates correctly", async (t) => { ? "installdir/ElectronApp.exe" : isMac ? "ElectronApp.app/Contents/MacOS/ElectronApp" - : `ElectronApp_0.1.0_x86_64.AppImage`, + : `electron-app_0.1.0_x86_64.AppImage`, ); // save the current creation time