mirror of
https://github.com/sparrowwallet/signpackage.git
synced 2024-11-02 12:26:47 +00:00
3 lines
114 B
Bash
3 lines
114 B
Bash
#!/bin/sh
|
|
mvn clean compile assembly:single
|
|
cp target/SignPackage-1.0-jar-with-dependencies.jar ./SignPackage.jar
|