Skip to content

Commit 4e571d7

Browse files
committed
first go at 'release' discovered we need .icns for OSX and .ico for windows.
1 parent 6446e9e commit 4e571d7

File tree

15 files changed

+11
-0
lines changed

15 files changed

+11
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ in the `./dist/` directory.
6868
directory. Running this task on macOS or Linux requires Wine, since it's needed to set the icon
6969
for the Windows app. If you don't have Wine installed you can create a release by running the **release-only-linux** task.
7070

71+
Quick start ( Devs use linux , so other platforms YMMV):
72+
'npm start' to run it from the source folder without comressing any resources, great for debug and code hacking.
73+
'npm run gulp dist' to bundle it.
74+
'npm run gulp release' to make win32/win64/osx/linux32/linux64 packages.
7175

7276
## BUGs? absolutely.
7377

images/ARDUPILOT.icns

156 KB
Binary file not shown.

images/ARDUPILOT.ico

1.37 KB
Binary file not shown.

images/icns/128.png

16.9 KB
Loading

images/icns/256.png

31.3 KB
Loading

images/icns/32.png

4.04 KB
Loading

images/icns/512.png

70 KB
Loading

images/icns/512.xcf

141 KB
Binary file not shown.

images/icns/64.png

10.6 KB
Loading

images/icns/ARDUPILOT.icns

156 KB
Binary file not shown.

0 commit comments

Comments
 (0)