branchseer / DeskGap

A cross-platform desktop app framework based on Node.js and the system webview
https://deskgap.com/
MIT License
1.83k stars 75 forks source link

Name of app always DeskApp #31

Open dalisoft opened 5 years ago

dalisoft commented 5 years ago

Hi @patr0nus and thanks for amazing tool which we love to see and use.

I'm built app with DeskGap, but can't make it Name of app work.

Can you help me with this?

Also, is there any guide to built, distrubute (DMG convert)?

Note: It's my first app and i decided to use DeskGap instead of Electron because of app size and performance, so, please don't just leave or close issue as is

andymans commented 5 years ago

You can change the name of the app in 2 places:

  1. In your package.json
  2. In the info.plist file (inside package contents / resources)

To distribute as a DMG, the easiest way to get started is dmg canvas