From 8c09908943eba0414b03a7e79c2a87a5f076bfff Mon Sep 17 00:00:00 2001 From: Ayushman Chhabra <14110965+ayushmanchhabra@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:00:55 +0530 Subject: [PATCH] chore(test): download latest NW.js version for Linux demo app Fixes: #1324 --- tests/fixtures/demo.linux.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/fixtures/demo.linux.js b/tests/fixtures/demo.linux.js index 46294af0..5a2d2e09 100644 --- a/tests/fixtures/demo.linux.js +++ b/tests/fixtures/demo.linux.js @@ -2,7 +2,6 @@ import nwbuild from '../../src/index.js'; await nwbuild({ mode: 'build', - version: '0.14.7', flavor: 'sdk', platform: 'linux', srcDir: './tests/fixtures/app',