Skip to content

Commit

Permalink
Screenshot too big, resulted in blurryness... Also fix hard coded 32 bit
Browse files Browse the repository at this point in the history
  • Loading branch information
stanfieldr committed May 18, 2016
1 parent 6c1af99 commit 3b2a0b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const os = require('os');

// Possible values: x64, ia32
let arch = 'ia32' || os.arch();
let arch = os.arch();

module.exports = function(grunt) {
require('load-grunt-tasks')(grunt);
Expand Down
Binary file modified assets/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3b2a0b8

Please sign in to comment.