Skip to content

Commit

Permalink
vendor: downgrade NW.js on Windows to 0.82.0
Browse files Browse the repository at this point in the history
The window's drag area stopped working on NW.js 0.83.0
  • Loading branch information
bastimeyer committed May 15, 2024
1 parent 490158f commit 5ee7ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.83.0",
version: "0.82.0",
files: [
...files,
ignoreBinWin64
Expand All @@ -37,7 +37,7 @@ module.exports = {
win64: {
options: {
platforms: [ "win64" ],
version: "0.83.0",
version: "0.82.0",
files: [
...files,
ignoreBinWin32
Expand Down

0 comments on commit 5ee7ac9

Please sign in to comment.