Skip to content

Commit

Permalink
build for ia32 and x64
Browse files Browse the repository at this point in the history
  • Loading branch information
hovancik committed Nov 28, 2016
1 parent 64d38de commit 1ae14c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.5.0]
### Added
- strict mode - breaks/microbreaks can't be finished early
- build for ia32 and x64

### Fixed
- wrong window placement when on Linux and more displays
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"pack-all": "build --dir -mwl --x64 --ia32",
"dist-all": "build -mwl --x64 --ia32",
"pack": "build --dir",
"dist": "build",
"dist": "build --x64 --ia32",
"test": "mocha tests"
},
"repository": {
Expand Down

0 comments on commit 1ae14c5

Please sign in to comment.