Skip to content

Commit 0306fd6

Browse files
committed
Update godot-tools.json
1 parent eae8f48 commit 0306fd6

File tree

1 file changed

+21
-14
lines changed

1 file changed

+21
-14
lines changed

bucket/godot-tools.json

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
{
2-
"version": "1.0.0",
3-
"homepage": "https://andrewpozenel.com",
4-
"description": "Additional Godot Engine Tools that you can set in the Godot Editor settings by yourself",
5-
"license": "Proprietary",
6-
"architecture": {
7-
"64bit": {
8-
"url": "https://andrewpozenel.com/storage/godot_tools.7z",
9-
"hash": "62dd190e6083e2cf1904e7b7e42da4c274b02f56ea6a1f2ad96bc80ec271ba18"
10-
}
11-
},
12-
"post_install": [
13-
"Write-Host 'Package extracted to:' -ForegroundColor Yellow",
14-
"Write-Host \"$dir\" -ForegroundColor Green"
15-
]
2+
"version": "1.0.0",
3+
"homepage": "https://andrewpozenel.com",
4+
"description": "Additional Godot Engine Tools that you can set in the Godot Editor settings by yourself",
5+
"license": "Proprietary",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://andrewpozenel.com/storage/godot_tools.7z",
9+
"hash": "62dd190e6083e2cf1904e7b7e42da4c274b02f56ea6a1f2ad96bc80ec271ba18"
10+
}
11+
},
12+
"post_install": [
13+
"Write-Host 'Package extracted to:' -ForegroundColor Yellow",
14+
"Write-Host",
15+
"Write-Host \"$dir\" -ForegroundColor Green",
16+
"Write-Host",
17+
"Write-Host 'To use these tools, follow these steps:' -ForegroundColor Cyan",
18+
"Write-Host '1. Open Godot Engine''s editor settings.' -ForegroundColor Cyan",
19+
"Write-Host '2. Point the editor to each EXE tool in the following directory:' -ForegroundColor Cyan",
20+
"Write-Host \"$dir\" -ForegroundColor Green",
21+
"Write-Host"
22+
]
1623
}

0 commit comments

Comments
 (0)