Skip to content

Commit

Permalink
Fixing processing of non-visible blocks in the browser
Browse files Browse the repository at this point in the history
  • Loading branch information
marigostra committed Apr 28, 2024
1 parent 211cb2d commit 561e11a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions debian/lwr-dist-dpkg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cat <<EOF > "$DEST_DIR/bin/luwrain"
# Copyright $(date +%Y) Michael Pozhidaev <[email protected]>
cd /usr/share/luwrain
exec java --module-path /usr/share/openjfx/lib --add-modules javafx.controls,javafx.web,javafx.swing -jar jar/luwrain-base.jar "\$@"
exec java --module-path /usr/share/openjfx/lib --add-modules javafx.controls,javafx.web,javafx.swing --add-exports javafx.web/com.sun.webkit.dom=ALL-UNNAMED -jar jar/luwrain-base.jar "\$@"
EOF

cat <<EOF > "$DEST_DIR/bin/lwr"
Expand All @@ -37,6 +37,5 @@ rm -f rhvoice-data.tar.xz

cd jar
rm -f javafx-*.jar
#[ -d $DIR/jni ] && cp $DIR/jni/* $DEST_DIR/lib
echo DPKG distro prepared
exit 0
ln -s luwrain-base-*.jar luwrain-base.jar
[ -d $DIR/jni ] && cp $DIR/jni/* $DEST_DIR/jar
2 changes: 1 addition & 1 deletion registry

0 comments on commit 561e11a

Please sign in to comment.