From 3d22d91ee63f9ae64660fc8e0e17b690e9112ecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20Grundstr=C3=B6m?= Date: Sun, 15 Jan 2023 04:14:06 +0100 Subject: [PATCH] Updated the nw version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kristoffer Grundström --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 5247c6bb19..4149626ac2 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -3,7 +3,7 @@ /******** * setup * ********/ -const nwVersion = '0.44.5', +const nwVersion = '0.72.0', availablePlatforms = ['linux32', 'linux64', 'win32', 'win64', 'osx64'], releasesDir = 'build', nwFlavor = 'sdk';