Closed aniavasq closed 1 year ago
Hi, This looks good, but you need to redo the zip file and push your changes
To see that you have an extra directory level in your zip file $unzip clips-0.1.0.zip -d clips-0.1.0/ $ cd clips-0.1.0 $ ls clips
you can create a correct zip file by (for example)
$ cd clips ls CLIPSJNI.dll CLIPSJNI32.dll CLIPSJNI64.dll clips.jar libCLIPSJNI.jnilib libCLIPSJNI.so
Run the command $zip ../clips-0.1.0 *
and you have a correct zip file
First version of a NetLogo extension for running CLIPS code.