Fixed issue where assets would not installed due to directory not being created

This commit is contained in:
David Allen 2022-07-30 09:34:21 -05:00
parent 2fd55de71e
commit 060d19bda4
10 changed files with 193 additions and 137 deletions

View file

@ -150,10 +150,12 @@ gdpm update -f packages.txt
gdpm update # Updates all packages
```
To list installed packages, use the '--list' option. This also provides some other extra information like the Godot version and license.
To list installed packages, use the 'list' command. This also provides some other extra information like the Godot version and license. You can also list the remote sources using the 'remote-sources' option.
```bash
gdpm list
gdpm list packages
gdpm list remote-sources
```
Packages can be linked or copied into a project using the 'link' and 'clone' commands.
@ -212,8 +214,6 @@ gdpm list remote-sources
- [ ] Login and register for access to repositories.
- [ ] Handle dependencies between multiple assets.
- [ ] Support for paid assets.
## License