mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-20 03:27:02 -07:00
Small fixes
Updated CMakeLists.txt Updated README.md Updated bin/gdpm-test.sh Changed some constants defined in constants.hpp Added GDPM_TIMESTAMP_FORMAT configurable macro
This commit is contained in:
parent
1893c7c36b
commit
2b250d9a2d
11 changed files with 288 additions and 120 deletions
|
|
@ -1,4 +1,5 @@
|
|||
command=build/gdpm
|
||||
|
||||
# Install packages using install command and specifying each package name or file
|
||||
${command} install "ResolutionManagerPlugin" "godot-hmac"
|
||||
${command} install -f packages.txt --clean --godot-version 3.4
|
||||
|
|
@ -12,10 +13,12 @@ ${command} sync
|
|||
|
||||
# Search for packages containing "Godot" in package name
|
||||
${command} search "Godot" --config config.json
|
||||
${command} search "Godot" --config config.json --no-sync
|
||||
${command} search "Godot" --no-sync --godot-version 3.4 --max-results 20 --sort updated
|
||||
|
||||
# List all currently installed packages
|
||||
${command} list
|
||||
${command} list packages
|
||||
${command} list remote-sources
|
||||
|
||||
# Create a symlink of packages to specified path
|
||||
${command} link "ResolutionManagerPlugin" "godot-hmac" --path tests/tests-godot-project
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue