Skip to content

Commit

Permalink
💩 Rollback nw.js to v0.72.0
Browse files Browse the repository at this point in the history
FUCK THIS
  • Loading branch information
CosmoMyzrailGorynych committed May 21, 2024
1 parent ad6ab86 commit 4e2b64a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gulpfile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ let platforms = [
['linux', 'ia32', 'linux32'],
['linux', 'x64', 'linux64'],
['osx', 'x64', 'osx64'],
['osx', 'arm64', 'osxarm'],
// ['osx', 'arm64', 'osxarm'],
['win', 'ia32', 'win32'],
['win', 'x64', 'win64']
];
Expand Down
2 changes: 1 addition & 1 deletion versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ if (packageVersions.pixi !== packageVersions.pixiLegacy) {
}

module.exports = {
nwjs: '0.87.0',
nwjs: '0.72.0',
...packageVersions
};

0 comments on commit 4e2b64a

Please sign in to comment.