Skip to content

Commit

Permalink
godot: Change bin to CLI (#14268)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsuuon authored Dec 29, 2024
1 parent 9b01527 commit bfed0f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bucket/godot.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
}
},
"pre_install": [
"Remove-Item \"$dir\\Godot_*_console.*\"",
"Get-Item \"$dir\\Godot_*_console.exe\" | Rename-Item -NewName 'godot.console.exe'",
"Get-Item \"$dir\\Godot_*.exe\" | Rename-Item -NewName 'godot.exe'"
],
"bin": "godot.exe",
"bin": [["godot.console.exe", "godot"]],
"shortcuts": [
[
"godot.exe",
Expand Down

0 comments on commit bfed0f5

Please sign in to comment.