Skip to content

Commit

Permalink
Update JavaFX to v16.
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii committed Jul 23, 2021
1 parent f849990 commit 1f14fbd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -o errexit -o pipefail -o nounset
IFS=$'\t\n'

FX="https://gluonhq.com/download/javafx-14-jmods-linux"
FX="https://gluonhq.com/download/javafx-16-jmods-linux"

CURRENT_DIR=$(pwd)
echo "Current dir: $CURRENT_DIR"
Expand All @@ -16,7 +16,7 @@ echo "Will build Conduktor $VERSION"
echo "Downloading JavaFX Jmods..."
curl -sLO $FX
unzip -oq javafx-*-jmods-linux
FX_MODS_PATH="./javafx-jmods-14"
FX_MODS_PATH="./javafx-jmods-16"

CONDUKTOR_DISTRIBUTION_PATH="$(pwd)/conduktor-$VERSION"

Expand Down
6 changes: 3 additions & 3 deletions .github/scripts/macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -o errexit -o pipefail -o nounset
IFS=$'\t\n'

FX="https://gluonhq.com/download/javafx-14-jmods-mac"
FX="https://gluonhq.com/download/javafx-16-jmods-mac"

CURRENT_DIR=$(pwd)
echo "Current dir: $CURRENT_DIR"
Expand Down Expand Up @@ -39,8 +39,8 @@ echo "Downloading JavaFX Jmods..."
curl -sLO $FX
unzip -oq javafx-*-jmods-mac
# cleanup
rm -f javafx-14-jmods-mac
FX_MODS_PATH="./javafx-jmods-14"
rm -f javafx-16-jmods-mac
FX_MODS_PATH="./javafx-jmods-16"

echo "Building custom JRE..."
CUSTOM_JRE_NAME="runtime"
Expand Down
4 changes: 2 additions & 2 deletions .github/scripts/windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -o errexit -o pipefail -o nounset -x
IFS=$'\t\n'

FX="https://gluonhq.com/download/javafx-14-jmods-windows"
FX="https://gluonhq.com/download/javafx-16-jmods-windows"

CURRENT_DIR=$(pwd)
echo "Current dir: $CURRENT_DIR"
Expand All @@ -16,7 +16,7 @@ echo "Will build Conduktor $VERSION"
echo "Downloading JavaFX Jmods..."
curl -sLO $FX
unzip -oq javafx-*-jmods-windows
FX_MODS_PATH="./javafx-jmods-14"
FX_MODS_PATH="./javafx-jmods-16"

CONDUKTOR_DISTRIBUTION_PATH="$(pwd)/conduktor-$VERSION"

Expand Down

0 comments on commit 1f14fbd

Please sign in to comment.