minira icon indicating copy to clipboard operation
minira copied to clipboard

codesign not found during install

Open raoel opened this issue 8 years ago • 2 comments

"sudo npm -g install codesign" did not work; what am I missing? I am not familiar with webpack (had to install it).

Error:

Command failed: /bin/sh -c codesign --deep --force --sign "Jens Lind" "/tmp/electron-packager/darwin-x64/Minira-darwin-x64/Minira.app" /bin/sh: 1: codesign: not found

codesign is not in my path.

Looking forward to actually using Minira. Thanks! :-)

Edit: OS: Linux Mint 17.3 (based on Ubuntu 14.04)

raoel avatar May 11 '16 19:05 raoel

I am getting the impression that this App is OS X only. Am I correct? (Seeing that it is downloading Electron for Darwin-x64).

I guess since Minira is Electron-based it should be possible to make it work on other platforms as well, am I right? I want to know more about Electron, so when I have some spare time I'll see if I can make it work on Ubuntu and maybe provide you with an installer.

raoel avatar May 12 '16 07:05 raoel

Hello, yes minira is currently osx only. And yeah it shouldn't be that hard to add support for other platforms. :)

jenslind avatar May 13 '16 05:05 jenslind