Skip to content
This repository has been archived by the owner on Aug 11, 2018. It is now read-only.

Commit

Permalink
Fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wvffle committed Feb 12, 2017
1 parent 7034030 commit b543fdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ npm run -s prod
```
npm run -s build PLATFORM ARCH
```

Here is the list of available platforms:
- `mac` | `m` | `darwin`
- `linux` | `l`
- `windows` | `w` | `win32`
- `all` | `a`

And there is the list of architectures:
- `x64`
- `ia32`
Expand Down
2 changes: 1 addition & 1 deletion gui/js/phoenix.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ glob = require 'glob'
path = require 'path'

require 'coffee-script/register'
global.debug = !~process.argv.indexOf('--debug');
global.debug = !~process.argv.indexOf('--debug')

# Angular
global.Phoenix = angular.module 'phoenix', [ ]
Expand Down

0 comments on commit b543fdd

Please sign in to comment.