mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-20 11:37:00 -07:00
Fixed issue where assets would not installed due to directory not being created
This commit is contained in:
parent
2fd55de71e
commit
060d19bda4
10 changed files with 193 additions and 137 deletions
|
|
@ -20,6 +20,9 @@ ${command} list
|
|||
${command} list packages
|
||||
${command} list remote-sources
|
||||
|
||||
${command} add-remote https://godotengine.org/asset-library/api
|
||||
${command} delete-remote https://godotengine.org/asset-library/api
|
||||
|
||||
# Create a symlink of packages to specified path
|
||||
${command} link "ResolutionManagerPlugin" "godot-hmac" --path tests/tests-godot-project
|
||||
${command} link -f packages.txt --path tests/test-godot-project
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue