diff --git a/build-win32.sh b/build-win32.sh new file mode 100755 index 00000000..3691d029 --- /dev/null +++ b/build-win32.sh @@ -0,0 +1,2 @@ +git apply win32.patch +./build.sh --desktop diff --git a/resources/canoe/linux/canoe.desktop b/resources/canoe/linux/canoe.desktop index 852c14c7..55ec6801 100644 --- a/resources/canoe/linux/canoe.desktop +++ b/resources/canoe/linux/canoe.desktop @@ -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 diff --git a/win32.patch b/win32.patch new file mode 100644 index 00000000..42a1cd04 --- /dev/null +++ b/win32.patch @@ -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,