Skip to content

Commit

Permalink
update readme - fix #2 🙏
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanjudis committed May 28, 2015
1 parent 367d8f8 commit 9eb522a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ part of package.json
{
"scripts" : {
"build:macos": "npm run clean:macos && electron-packager ./app \"Loopline Systems\" --out=dist/macos --platform=darwin --arch=x64 --version=0.25.3 --icon=assets/macos/loopline.icns",
"pack:macos": "npm run build:macos && electron-builder \"dist/macos/Loopline Systems.app\" --platform=macos --out=\"dist/macos\" --config=packager.json"
}
}
Expand Down Expand Up @@ -109,9 +109,9 @@ desktop
|
|-- assets // build related assets
|-- macos // build assets for macos
|-- installer.png // -> referenced in packager.json
|-- mount.icns
|-- loopline.icns
|-- installer.png // -> referenced in packager.json ( dmg mount icon )
|-- mount.icns // -> use by electron-packager ( actual app icon )
|-- loopline.icns // -> referenced in packager.json ( dmg background )
|-- win // build assets for macos
|-- icon.ico // -> referenced in packager.json
|
Expand Down

0 comments on commit 9eb522a

Please sign in to comment.