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

Commit

Permalink
Add ia32 build script for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bbondy committed Apr 17, 2016
1 parent 1f0af91 commit 83bf9d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion atom/common/chrome_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#ifndef ATOM_COMMON_CHROME_VERSION_H_
#define ATOM_COMMON_CHROME_VERSION_H_

#define CHROME_VERSION_STRING "49.0.2623.108"
#define CHROME_VERSION_STRING "49.0.2623.112"
#define CHROME_VERSION "v" CHROME_VERSION_STRING

#endif // ATOM_COMMON_CHROME_VERSION_H_
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"repl": "python ./script/start.py --interactive",
"start": "python ./script/start.py",
"cibuild-windows": "rm -Rf node_mdules && python ./script/cibuild --target_arch=x64",
"cibuild-windows-ia32": "rm -Rf node_mdules && python ./script/cibuild --target_arch=ia32",
"test": "python ./script/test.py"
}
}

0 comments on commit 83bf9d0

Please sign in to comment.