mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Remove policy flags
This commit is contained in:
parent
f677e7f6a4
commit
35363b2725
1 changed files with 7 additions and 4 deletions
|
@ -32,10 +32,13 @@ $JAVA_HOME/bin/javapackager \
|
||||||
-srcfiles "gui/deploy/bisq-$version.jar" \
|
-srcfiles "gui/deploy/bisq-$version.jar" \
|
||||||
-srcfiles "core/src/main/resources/bisq.policy" \
|
-srcfiles "core/src/main/resources/bisq.policy" \
|
||||||
-appclass io.bisq.app.BisqAppMain \
|
-appclass io.bisq.app.BisqAppMain \
|
||||||
-outfile bisq \
|
-outfile bisq
|
||||||
-BjvmOptions=-Djava.security.manager \
|
|
||||||
-BjvmOptions=-Djava.security.debug=failure \
|
# when we have support for security manager we use that
|
||||||
-BjvmOptions=-Djava.security.policy=file:bisq.policy
|
# \
|
||||||
|
# -BjvmOptions=-Djava.security.manager \
|
||||||
|
# -BjvmOptions=-Djava.security.debug=failure \
|
||||||
|
# -BjvmOptions=-Djava.security.policy=file:bisq.policy
|
||||||
|
|
||||||
rm "gui/deploy/bisq.html"
|
rm "gui/deploy/bisq.html"
|
||||||
rm "gui/deploy/bisq.jnlp"
|
rm "gui/deploy/bisq.jnlp"
|
||||||
|
|
Loading…
Add table
Reference in a new issue