Skip to content

Files

Latest commit

ebdaa08 · Dec 23, 2020

History

History
24 lines (16 loc) · 364 Bytes

HOWTO.md

File metadata and controls

24 lines (16 loc) · 364 Bytes

Project Homepage / How To

How To ...

... Change the app icon

1. Replace icon.png at /src/main/icons/icon.png.

2. Remove the target directory

```
$ rm -rf target/
```

3. Refresh the .../icons/ files:

```
$ python src/main/icons/updateIcon.py
```

4. Rebuild

```
$ fbs freeze
```