Skip to content

Commit

Permalink
More work for the nw: 0.54.1-sdk ➡️ 0.58.0 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Feb 10, 2022
1 parent e67a485 commit be4ae81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ module.exports = function (grunt) {
options: {
mode: true,
},
cwd: "cache/nwjsAarch64/nwjs-v0.54.2-linux-arm64",
cwd: "cache/nwjsAarch64/nwjs-v0.58.1-linux-arm64",
dest: "dist/icestudio/aarch64",
src: ["**"],
},
Expand All @@ -233,7 +233,7 @@ module.exports = function (grunt) {
// Execute nw-build packaging
nwjs: {
options: {
version: "0.54.1",
version: "0.58.0",
// flavor: 'normal', // For stable branch
flavor: "sdk", // For development branch
zip: false,
Expand Down Expand Up @@ -397,7 +397,7 @@ module.exports = function (grunt) {
options: {
overwrite: false,
},
src: "https://github.com/LeonardLaszlo/nw.js-armv7-binaries/releases/download/nw54-arm64_2021-07-10/nw54-arm64_2021-07-10.tar.gz",
src: "https://github.com/LeonardLaszlo/nw.js-armv7-binaries/releases/download/nw58-arm64_2021-12-10/nw58-arm64_2021-12-10.tar.gz",
dest: "cache/nwjsAarch64/nwjs.tar.gz",
},

Expand Down

0 comments on commit be4ae81

Please sign in to comment.