Skip to content

Commit

Permalink
Added win32 patch for later builds of Win32 that works on Windows XP
Browse files Browse the repository at this point in the history
  • Loading branch information
gokr committed Sep 5, 2018
1 parent 09a714f commit 76cc8af
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build-win32.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
git apply win32.patch
./build.sh --desktop
2 changes: 1 addition & 1 deletion resources/canoe/linux/canoe.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Icon=canoe
Terminal=false
Categories=Office;Finance;
MimeType=x-scheme-handler/xrb;
X-Canoe-BuildId=1.0.0
X-Canoe-BuildId=1.0.1
X-Ubuntu-Touch=true
X-Ubuntu-StageHint=SideStage
26 changes: 26 additions & 0 deletions win32.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
diff --git a/Gruntfile.js b/Gruntfile.js
index 01c31d2..99c506e 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -265,7 +265,7 @@ module.exports = function (grunt) {
platforms: ['osx64', 'linux64', 'win64', 'win32'],
flavor: 'sdk', // normal or sdk
zip: false,
- version: '0.29.0', // If you modify you need to rebuild native modules!
+ version: '0.14.7', // If you modify you need to rebuild native modules!
macIcns: './icon.icns',
exeIco: './icon.ico',
macPlist: {
diff --git a/package.json b/package.json
index bc2d1a0..e109420 100644
--- a/package.json
+++ b/package.json
@@ -28,7 +28,7 @@
},
"chromium-args": "--disable-devtools",
"build": {
- "nwVersion": "0.29.0"
+ "nwVersion": "0.14.7"
},
"webkit": {
"page-cache": false,

0 comments on commit 76cc8af

Please sign in to comment.