Skip to content

Commit

Permalink
lime3ds: Fix bin and shortcuts (#1227)
Browse files Browse the repository at this point in the history
Fixes issue caused by renamed/removed binaries.
  • Loading branch information
babo4d authored Sep 6, 2024
1 parent 5fa9981 commit e507122
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bucket/lime3ds.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@
"}"
],
"bin": [
"lime3ds-cli.exe",
"lime3ds-gui.exe"
"lime3ds.exe"
],
"shortcuts": [
[
"lime3ds-gui.exe",
"lime3ds.exe",
"Lime3DS"
]
],
Expand Down

0 comments on commit e507122

Please sign in to comment.