Skip to content

Commit 2b86385

Browse files
committed
Update godot-tools.json
1 parent c377946 commit 2b86385

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bucket/godot-tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
}
1111
},
1212
"post_install": [
13-
"Get-ChildItem -Path $dir -Filter *.exe -Recurse | ForEach-Object { scoop shim add $_.BaseName --path=$_.FullName }"
14-
]
13+
"Get-ChildItem -Path $dir -Filter *.exe -Recurse | ForEach-Object { & scoop shim add $($_.BaseName) --path=$($_.FullName) }"
14+
]
1515
}

0 commit comments

Comments
 (0)