Skip to content

Commit

Permalink
upgrade windows ipfs binary
Browse files Browse the repository at this point in the history
  • Loading branch information
d11e9 committed Sep 14, 2015
1 parent a9a8eda commit 454f9fd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = function(grunt) {
winIco: './app/images/logo.ico',
platforms: ['win', 'osx'] // These are the platforms that we want to build
},
src: ['**/**', '!**/dist/**', '!**/eth/**', '**/eth/.gitignore*','!**/cache/**', '!**/node_modules/grunt*/**', '!**/node_modules/nw*/**', '!**/Gruntfile.js']
src: ['**/**', '!**/dist/**', '!**/cache/**', '!**/installer/**', '!**/node_modules/grunt*/**', '!**/node_modules/nw*/**', '!**/Gruntfile.js']
},
});

Expand Down
Binary file modified bin/win32/ipfs/ipfs.exe
Binary file not shown.
2 changes: 0 additions & 2 deletions eth/.gitignore

This file was deleted.

0 comments on commit 454f9fd

Please sign in to comment.