Skip to content

Commit

Permalink
fix: modul jakarta.json in start scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nrittsti committed Oct 8, 2022
1 parent 714d287 commit 9aedd0c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/ntag.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
#
# Copyright 2020, Nico Rittstieg
#
start "NTag" /B .\jre\bin\javaw --module-path lib --add-modules=javafx.controls,javafx.fxml,javafx.swing,java.logging,jaudiotagger,java.desktop,jarkata.json -jar ntag.jar %*
start "NTag" /B .\jre\bin\javaw --module-path lib --add-modules=javafx.controls,javafx.fxml,javafx.swing,java.logging,jaudiotagger,java.desktop,jakarta.json -jar ntag.jar %*
Binary file removed etc/ntag.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion etc/ntag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ HIDPI_SCALING=100%
if test -f "${HIDPI_CONFIG}"; then
. "${HIDPI_CONFIG}"
fi
/opt/ntag/jre/bin/java -Dglass.gtk.uiScale=${HIDPI_SCALING} --module-path /opt/ntag/lib --add-modules=javafx.controls,javafx.fxml,javafx.swing,java.logging,jaudiotagger,java.desktop,jarkata.json -jar /opt/ntag/ntag.jar "$@"
/opt/ntag/jre/bin/java -Dglass.gtk.uiScale=${HIDPI_SCALING} --module-path /opt/ntag/lib --add-modules=javafx.controls,javafx.fxml,javafx.swing,java.logging,jaudiotagger,java.desktop,jakarta.json -jar /opt/ntag/ntag.jar "$@"

0 comments on commit 9aedd0c

Please sign in to comment.