Skip to content

Commit

Permalink
Flatpak symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
palob committed Jul 27, 2023
1 parent 1bd8145 commit 9225c25
Showing 1 changed file with 29 additions and 7 deletions.
36 changes: 29 additions & 7 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1818,7 +1818,10 @@
},
"archer": {
"linux": {
"root": "archer"
"root": "archer",
"symlinks": [
"org.brlcad.BRL_CAD.archer"
]
}
},
"archipelago": {
Expand Down Expand Up @@ -3517,17 +3520,26 @@
},
"brlcad": {
"linux": {
"root": "brlcad"
"root": "brlcad",
"symlinks": [
"org.brlcad.BRL_CAD"
]
}
},
"brlcad-db": {
"linux": {
"root": "brlcad-db"
"root": "brlcad-db",
"symlinks": [
"org.brlcad.BRL_CAD.db"
]
}
},
"brlcad-doc": {
"linux": {
"root": "brlcad-doc"
"root": "brlcad-doc",
"symlinks": [
"org.brlcad.BRL_CAD.doc"
]
}
},
"broforce": {
Expand Down Expand Up @@ -15139,7 +15151,10 @@
},
"jmol-icon": {
"linux": {
"root": "jmol-icon"
"root": "jmol-icon",
"symlinks": [
"net.sourceforge.jmol"
]
}
},
"jockey": {
Expand Down Expand Up @@ -18245,7 +18260,10 @@
},
"mged": {
"linux": {
"root": "mged"
"root": "mged",
"symlinks": [
"org.brlcad.BRL_CAD.mged"
]
}
},
"micoscope": {
Expand Down Expand Up @@ -22202,6 +22220,7 @@
"linux": {
"root": "playonlinux",
"symlinks": [
"com.playonlinux.PlayOnLinux4",
"org.phoenicis.playonlinux",
"phoenicis",
"PlayOnLinux",
Expand Down Expand Up @@ -25144,7 +25163,10 @@
},
"rtwizard": {
"linux": {
"root": "rtwizard"
"root": "rtwizard",
"symlinks": [
"org.brlcad.BRL_CAD.rtwizard"
]
}
},
"rubymine": {
Expand Down

0 comments on commit 9225c25

Please sign in to comment.