-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alex Trofimov
committed
May 17, 2019
1 parent
23e91c9
commit 85a68d5
Showing
6 changed files
with
67 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,24 @@ | ||
# una-desktop-app | ||
UNA Desktop App | ||
# UNA Desktop App | ||
|
||
## Rebranding | ||
|
||
Change the following values to your own in `src/index.js` file: | ||
```js | ||
const BASE_URL = 'https://una.io/'; | ||
const TEMPLATE = 'protean'; | ||
const TITLE = 'UNA.IO Messenger'; | ||
const TRAY_TOOLTIP = 'UNA.IO Messenger (double-click - hide, click - focus)'; | ||
``` | ||
|
||
## Generate Icons | ||
|
||
Make `1024x1024` icon and place it instead of `res/AppIcon.png`. | ||
To generate `AppIcon.icns` you can use use (IconGenerator)[https://github.com/onmyway133/IconGenerator] app. | ||
To generate `AppIcon.ico` use any tool to resize it to `150x150` and convert to `.ico` format, for example (GIMP)[https://www.gimp.org]. | ||
Tray icons are needed for Windows only and can created using any suitable image editor. | ||
|
||
## Packaging | ||
|
||
Windows build must be made on Windows - run `package-win.bat`. | ||
Mac build must be made on Mac only - run `package-mac.sh`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters