Skip to content

Commit

Permalink
first go at 'release' discovered we need .icns for OSX and .ico for w…
Browse files Browse the repository at this point in the history
…indows.
  • Loading branch information
davidbuzz committed Jun 27, 2021
1 parent 6446e9e commit 4e571d7
Show file tree
Hide file tree
Showing 15 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ in the `./dist/` directory.
directory. Running this task on macOS or Linux requires Wine, since it's needed to set the icon
for the Windows app. If you don't have Wine installed you can create a release by running the **release-only-linux** task.

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

## BUGs? absolutely.

Expand Down
Binary file added images/ARDUPILOT.icns
Binary file not shown.
Binary file added images/ARDUPILOT.ico
Binary file not shown.
Binary file added images/icns/128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/icns/256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/icns/32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/icns/512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/icns/512.xcf
Binary file not shown.
Binary file added images/icns/64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/icns/ARDUPILOT.icns
Binary file not shown.
Binary file added images/icns/ARDUPILOT.ico
Binary file not shown.
7 changes: 7 additions & 0 deletions images/icns/make_icns.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# sudo apt install icnsutils
png2icns ARDUPILOT.icns 512.png 256.png 128.png
cp ARDUPILOT.icns ..

# sudo apt install imagemagick
convert -resize x16 -gravity center -crop 16x16+0+0 512.png -flatten -colors 256 -background transparent ./ARDUPILOT.ico
cp ARDUPILOT.ico ..
Binary file removed images/inav.icns
Binary file not shown.
Binary file removed images/inav.ico
Binary file not shown.
Binary file removed images/inav_icon_128.png
Binary file not shown.

0 comments on commit 4e571d7

Please sign in to comment.