Skip to content

Commit

Permalink
fix ubuntu again
Browse files Browse the repository at this point in the history
  • Loading branch information
amr-crabnebula committed Nov 29, 2023
1 parent 87b9dbd commit f741625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/updater/nodejs/__test__/index.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f741625

Please sign in to comment.