Skip to content

Commit c377946

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bucket/godot-tools.json

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

0 commit comments

Comments
 (0)