Skip to content

Commit

Permalink
some catalog fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yostane authored Nov 30, 2024
1 parent c0e7b7d commit e4769b7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions jbang-catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@
"templates": {
"jfxkt-legacy": {
"file-refs": {
"{basename}.kt": "material/scripting/jbang/jfxdemo.kt",
"description": "Single file JavaFX application that defined the UI with code (no fxml)"
"{basename}.kt": "material/scripting/jbang/jfxdemo.kt"
},
"properties": {}
},
"jfxkt": {
"file-refs": {
"{basename}.kt": "material/scripting/jbang/jfxdemo.qute",
"description": "Single file JavaFX application that defined the UI with code (no fxml)"
"{basename}.kt": "material/scripting/jbang/jfxdemo.qute"
},
"properties": {}
}
Expand Down

0 comments on commit e4769b7

Please sign in to comment.