Skip to content

Commit

Permalink
vendor: set NW.js to 0.83.0 on all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
bastimeyer committed May 17, 2024
1 parent 381a9a5 commit ab45651
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build/tasks/configs/nwjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = {
win32: {
options: {
platforms: [ "win32" ],
version: "0.82.0",
version: "0.83.0",
files: [
...files,
ignoreBinWin64
Expand All @@ -37,7 +37,7 @@ module.exports = {
win64: {
options: {
platforms: [ "win64" ],
version: "0.82.0",
version: "0.83.0",
files: [
...files,
ignoreBinWin32
Expand All @@ -48,7 +48,7 @@ module.exports = {
osx64: {
options: {
platforms: [ "osx64" ],
version: "0.87.0",
version: "0.83.0",
files: [
...files,
ignoreBinWin32,
Expand All @@ -60,7 +60,7 @@ module.exports = {
linux32: {
options: {
platforms: [ "linux32" ],
version: "0.80.0",
version: "0.83.0",
files: [
...files,
ignoreBinWin32,
Expand All @@ -71,7 +71,7 @@ module.exports = {
linux64: {
options: {
platforms: [ "linux64" ],
version: "0.80.0",
version: "0.83.0",
files: [
...files,
ignoreBinWin32,
Expand Down

0 comments on commit ab45651

Please sign in to comment.