Skip to content

Commit

Permalink
Upgraded the JavaFX version on Raspberry Pi to 22.0.1 to get the fix …
Browse files Browse the repository at this point in the history
…for the menus being bugged on Raspberry Pi's default window manager.
  • Loading branch information
neilccbrown committed Jul 30, 2024
1 parent 421b74b commit 1d1f146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ jobs:
ls $JAVA_HOME
- name: Adjust JavaFX version on Linux
run: |
find . -name 'build.gradle' -exec sed -i '/javafx_version_setting/c\version = '\''20.0.2'\''' {} +
find . -name 'build.gradle' -exec sed -i '/javafx_version_setting/c\version = '\''22.0.1'\''' {} +
- name: Adjust architecture target on ARM64
run: |
find . -name 'control' -exec sed -i '/Architecture:/c\Architecture: arm64' {} +
Expand Down

0 comments on commit 1d1f146

Please sign in to comment.