Fixed a typo pointing to the wrong download artifact in system.json

This commit is contained in:
Thorin Tabor 2021-01-30 04:42:58 +00:00
parent a0d25f7d2b
commit d0808eddd8
1 changed files with 1 additions and 1 deletions

View File

@ -75,6 +75,6 @@
"socket": true,
"url": "https://gitlab.com/LeRatierBretonnien/foundryvtt-shadows-over-sol/",
"manifest": "https://gitlab.com/LeRatierBretonnien/foundryvtt-shadows-over-sol/raw/system.json",
"download": "https://gitlab.com/LeRatierBretonnien/foundryvtt-reve-de-dragon/-/archive/master/foundryvtt-shadows-over-sol.zip",
"download": "https://gitlab.com/LeRatierBretonnien/foundryvtt-shadows-over-sol/-/archive/master/foundryvtt-shadows-over-sol.zip",
"license": "LICENSE.txt"
}