mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-19 12:24:19 -04:00
update build files
This commit is contained in:
parent
43191a0b22
commit
11d14a130a
2 changed files with 3 additions and 3 deletions
|
@ -73,7 +73,7 @@ import static io.bitsquare.app.BitsquareEnvironment.APP_NAME_KEY;
|
||||||
public class BitsquareApp extends Application {
|
public class BitsquareApp extends Application {
|
||||||
private static final Logger log = (ch.qos.logback.classic.Logger) LoggerFactory.getLogger(BitsquareApp.class);
|
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;
|
public static final boolean IS_RELEASE_VERSION = !DEV_MODE && true;
|
||||||
|
|
||||||
private static Environment env;
|
private static Environment env;
|
||||||
|
|
|
@ -29,10 +29,10 @@ $JAVA_HOME/bin/javapackager \
|
||||||
-outfile Bitsquare
|
-outfile Bitsquare
|
||||||
|
|
||||||
rm gui/deploy/Bitsquare.html
|
rm gui/deploy/Bitsquare.html
|
||||||
rm gui/deploy/Bitsquare.jnl
|
rm gui/deploy/Bitsquare.jnlp
|
||||||
rm gui/deploy/LICENSE
|
rm gui/deploy/LICENSE
|
||||||
mv "gui/deploy/bundles/bitsquare-$fullVersion.deb" "gui/deploy/Bitsquare-$fullVersion.deb"
|
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"
|
cp "gui/deploy/Bitsquare-$fullVersion.deb" "/home/mk/Desktop/sf_vm_shared_ubuntu/Bitsquare-$fullVersion.deb"
|
||||||
|
|
||||||
cd package/linux
|
cd package/linux
|
Loading…
Add table
Add a link
Reference in a new issue