onset/lameta

macOS icon conversion fail

Closed this issue · 1 comments

HughP commented

Describe the bug
⨯ exec: "icns2png": executable file not found in $PATH

It seems that the project is using MacOS icon formats. These fail to convert on linux, because the converter is not in $PATH. It is not uncommon to convert these to other formats for other operating systems.
see discussion here: SimulatedGREG/electron-vue#130

To Reproduce
Steps to reproduce the behavior:

  1. On Wasta linux run npm run package

Expected behavior
include the converter as it is not guaranteed to be on machines which compile the program for their own platform.

Desktop (please complete the following information):

  • OS: Wasta linux 16.04
  • Version 0.5.0

SayMore-X is available for Mac only at this time, and it is not on our roadmap to support Linux. However if you want to submit PRs that make it compile for Linux, those would be considered.