franck44 / evm-dis

An EVM bytecode disassembler/assembler
Apache License 2.0
29 stars 6 forks source link

Add distribution folder #4

Open franck44 opened 9 months ago

franck44 commented 9 months ago

At the moment the build products (Java and Python) are in the build directory. This is usually a temp directory and should not be used to distribute code.

To do

  1. Create a distribution directory.
  2. update grade with a task to "deploy" in this distribution folder.

This should be a copy of the build snapshot.