Skip to content

Commit

Permalink
buildwin for window
Browse files Browse the repository at this point in the history
  • Loading branch information
albttx committed Nov 20, 2015
1 parent 5874855 commit 1980a3d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
Multi_Messenger-darwin-x64
Multi_Messenger-win32-ia32
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "sources/main.js",
"scripts": {
"start": "electron .",
"build": "electron-packager . Multi_Messenger --ignore=node_modules/electron-* --platform=darwin --arch=x64 --version=0.27.2 && cp assets/logo.icns Multi_Messenger-darwin-x64/Multi_Messenger.app/Contents/Resources/atom.icns"
"build": "electron-packager . Multi_Messenger --ignore=node_modules/electron-* --platform=darwin --arch=x64 --version=0.27.2 && cp assets/logo.icns Multi_Messenger-darwin-x64/Multi_Messenger.app/Contents/Resources/atom.icns",
"buildwin": "electron-packager . Multi_Messenger --ignore=node_modules/electron-* --platform=win32 --arch=ia32 --version=0.30.0 && cp assets/logo.icns Multi_Messenger-darwin-x64/Multi_Messenger.app/Contents/Resources/atom.icns"
},
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ WhatsApp, Facebook and Slack desktop client for OSX and Windows (didn't try yet)
npm install
npm start
```
or to buid
```
# Build on OSX
npm run build
# Build on Window
npm run buildwin
```
## Possibility

- Change Facebook to WhatsApp to Slack
Expand Down

0 comments on commit 1980a3d

Please sign in to comment.