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 ff53734 commit c0e7b7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jbang-catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
"catalogs": {},
"aliases": {
"jfxapp": {
"script-ref": "/material/scripting/jbang/jfxdemo.kt",
"script-ref": "material/scripting/jbang/jfxdemo.kt",
"description": "Single file JavaFX application that defined the UI with code (no fxml)"
}
},
"templates": {
"jfxkt-legacy": {
"file-refs": {
"{basename}.kt": "/material/scripting/jbang/jfxdemo.kt",
"{basename}.kt": "material/scripting/jbang/jfxdemo.kt",
"description": "Single file JavaFX application that defined the UI with code (no fxml)"
},
"properties": {}
},
"jfxkt": {
"file-refs": {
"{basename}.kt": "/material/scripting/jbang/jfxdemo.qute",
"{basename}.kt": "material/scripting/jbang/jfxdemo.qute",
"description": "Single file JavaFX application that defined the UI with code (no fxml)"
},
"properties": {}
Expand Down

0 comments on commit c0e7b7d

Please sign in to comment.