Skip to content

Instantly share code, notes, and snippets.

@dhead666
Created September 28, 2014 22:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dhead666/69bb4ece32761776dbce to your computer and use it in GitHub Desktop.
Save dhead666/69bb4ece32761776dbce to your computer and use it in GitHub Desktop.
atraci 0.6.5 video fix
--- a/package.json 2014-09-29 01:36:32.246500355 +0300
+++ b/package.json 2014-09-29 01:37:36.769729844 +0300
@@ -41,5 +41,6 @@
"grunt-regex-replace": "~0.2.6",
"grunt-shell": "~0.7.0",
"grunt-coffeelint": "0.0.10"
- }
+ },
+ "chromium-args" : "--ignore-gpu-blacklist"
}
--- a/Gruntfile.coffee 2014-09-29 01:36:08.109951248 +0300
+++ b/Gruntfile.coffee 2014-09-29 01:38:00.363082248 +0300
@@ -53,7 +53,7 @@
nodewebkit:
options:
- version: '0.10.1'
+ version: '0.10.5'
build_dir: './build'
mac_icns: './images/icon.icns'
mac: buildPlatforms.mac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment