Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Adds missing add opens to launcher script

AuthorDaveJarvis <email>
Date2025-09-07 11:46:26 GMT-0700
Commit8bcca1d745e0bc11dda05e10a86b45a5bcd73134
Parent5d84929
Delta1 line added, 0 lines removed, 1-line increase
installer.sh
--add-opens=javafx.graphics/javafx.scene.text=ALL-UNNAMED \
--add-opens=javafx.graphics/com.sun.javafx.css=ALL-UNNAMED \
+--add-opens=javafx.graphics/com.sun.javafx.scene=ALL-UNNAMED \
--add-opens=javafx.graphics/com.sun.javafx.text=ALL-UNNAMED \
--add-exports=javafx.base/com.sun.javafx.event=ALL-UNNAMED \