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