mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
update build files
This commit is contained in:
parent
43191a0b22
commit
11d14a130a
@ -73,7 +73,7 @@ import static io.bitsquare.app.BitsquareEnvironment.APP_NAME_KEY;
|
||||
public class BitsquareApp extends Application {
|
||||
private static final Logger log = (ch.qos.logback.classic.Logger) LoggerFactory.getLogger(BitsquareApp.class);
|
||||
|
||||
public static final boolean DEV_MODE = true;
|
||||
public static final boolean DEV_MODE = false;
|
||||
public static final boolean IS_RELEASE_VERSION = !DEV_MODE && true;
|
||||
|
||||
private static Environment env;
|
||||
|
@ -29,10 +29,10 @@ $JAVA_HOME/bin/javapackager \
|
||||
-outfile Bitsquare
|
||||
|
||||
rm gui/deploy/Bitsquare.html
|
||||
rm gui/deploy/Bitsquare.jnl
|
||||
rm gui/deploy/Bitsquare.jnlp
|
||||
rm gui/deploy/LICENSE
|
||||
mv "gui/deploy/bundles/bitsquare-$fullVersion.deb" "gui/deploy/Bitsquare-$fullVersion.deb"
|
||||
rmdir gui/deploy
|
||||
rmdir gui/deploy/bundles
|
||||
cp "gui/deploy/Bitsquare-$fullVersion.deb" "/home/mk/Desktop/sf_vm_shared_ubuntu/Bitsquare-$fullVersion.deb"
|
||||
|
||||
cd package/linux
|
Loading…
Reference in New Issue
Block a user