Skip to content
This repository has been archived by the owner on Nov 3, 2019. It is now read-only.

Commit

Permalink
Merge pull request #86 from anatolinicolae/fix-32-bit
Browse files Browse the repository at this point in the history
Fix 32 bit builds as per issue #85
  • Loading branch information
anatolinicolae authored Jan 25, 2017
2 parents 0408ace + 3e68ede commit 585ffd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Ramme",
"main": "dist/main",
"private": true,
"version": "3.0.2",
"version": "3.0.3",
"description": "Unofficial Instagram Desktop App",
"repository": "terkelg/ramme",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ environment:
nodejs_version: '6'

platform:
- x64
- x86

cache:
- node_modules
Expand All @@ -20,4 +20,4 @@ test_script:
build_script:
- node --version
- npm --version
- npm run dist -- --x64
- npm run dist -- --ia32 --x64

0 comments on commit 585ffd2

Please sign in to comment.