libreliodev / indesign

InDesign plug-in - Librelio Digital Publishing Suite
www.librelio.com
4 stars 3 forks source link

Create installer for Plug In #8

Closed libreliodev closed 10 years ago

libreliodev commented 10 years ago

cc @kinanu @libreliorip

libreliodev commented 10 years ago

@kinanu When trying to compile the project with the installer, the following error ocured

PhaseScriptExecution Run\ Script build/Librelio.build/Default/Release_Cocoa64.build/Script-F957086E15C90B3E00C95573.sh
    cd []/Librelio/project/cc2014/mac
    /bin/sh -c []/Librelio/project/cc2014/mac/build/Librelio.build/Default/Release_Cocoa64.build/Script-F957086E15C90B3E00C95573.sh

Resources are up-to-date.
installer/createInstaller.sh: line 4: ./ZXPSignCmd: No such file or directory

Please let us know if we missed something

kinanu commented 10 years ago

Hi,

I think I forgot to mention. I have updated the wiki (development setup). You have to download and install an additional tool to create the installer.

On 30 Aug 2014, at 21:42, Librelio Dev Team notifications@github.com wrote:

@kinanu When trying to compile the project with the installer, the following error ocured


cd /Users/Emmanuel/Documents/Dev/indesign/Librelio/project/cc2014/mac
/bin/sh -c /Users/Emmanuel/Documents/Dev/indesign/Librelio/project/cc2014/mac/build/Librelio.build/Default/Release_Cocoa64.build/Script-F957086E15C90B3E00C95573.sh

Resources are up-to-date.
installer/createInstaller.sh: line 4: ./ZXPSignCmd: No such file or directory

Please let us know if we missed something
—
Reply to this email directly or view it on GitHub.
libreliodev commented 10 years ago

@kinanu Successfully compiled the plug-in after adding ZXPSignCmd as instructed in the wiki.

Got a warning message when installing the extension:

screen shot 2014-09-01 at 08 25 22

Additionally, when launching InDesign, got an error

screen shot 2014-09-01 at 09 20 26

kinanu commented 10 years ago

Hi,

First warning is because of the certificate. I used a self signed certificate. This should be replaced by your certificate. I do not have the second error when I install the plugin but I will try this on a different machine.

On 01 Sep 2014, at 09:25, Librelio Dev Team notifications@github.com wrote:

@kinanu Successfully compiled the plug-in after adding ZXPSignCmd as instructed in the wiki.

Got a warning message when installing the extension:

Additionally, when launching InDesign, got an error

— Reply to this email directly or view it on GitHub.

libreliodev commented 10 years ago

@kinanu I realize that I used a wrong zxp file. Sorry about that, the installer works fine.