Skip to content
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.

Commit

Permalink
Fixes app logo for Linux builds
Browse files Browse the repository at this point in the history
The `icns2png` command was referencing the old path to the `app.icns`
file, which is no longer valid as of #17 and #24. Fixing that command
allows the icns -> png format conversion work as intended. No changes
required to `package.json`, since the paths there are already correct.

Closes #23.

Signed-off-by: Conor Schaefer <conor@freedom.press>
  • Loading branch information
Conor Schaefer committed Jun 9, 2017
1 parent c3d9b6b commit fdeaffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/sunder-build/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
command: >
icns2png --extract
--output /vagrant/build/icons/
/vagrant/build/icons/app.icns
/vagrant/build/icon.icns
args:
# Use `make clean` in the project root to clear out old icons.
creates: /vagrant/build/icons/app_32x32x32.png
Expand Down

0 comments on commit fdeaffe

Please sign in to comment.