DeskGap icon indicating copy to clipboard operation
DeskGap copied to clipboard

Name of app always DeskApp

Open dalisoft opened this issue 5 years ago • 1 comments

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

dalisoft avatar May 24 '19 20:05 dalisoft

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

andymans avatar Jun 10 '19 11:06 andymans