Skip to content

Commit 464ddac

Browse files
committed
fix: update Foundry module manifest URL to use raw GitHub content
The manifest URL pointed to a non-existent GitHub Release, causing "module manifest not found" when installing via Foundry VTT. Changed to raw.githubusercontent.com which resolves directly from the repo. Download URL now uses versioned release tag (foundry-v0.1.0). https://claude.ai/code/session_01XMwxFR8BCi5XvgaSVMSBZB
1 parent 8bf5809 commit 464ddac

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Chronicle includes a Foundry VTT module for bidirectional sync between your Chro
8282

8383
**Install in Foundry VTT:**
8484
```
85-
https://github.com/keyxmakerx/Chronicle/releases/latest/download/module.json
85+
https://raw.githubusercontent.com/keyxmakerx/Chronicle/main/foundry-module/module.json
8686
```
8787

8888
Supports [Calendaria](https://foundryvtt.com/packages/calendaria) and [Simple Calendar](https://foundryvtt.com/packages/foundryvtt-simple-calendar) for calendar sync.

foundry-module/module.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
}
1616
],
1717
"url": "https://github.com/keyxmakerx/Chronicle",
18-
"manifest": "https://github.com/keyxmakerx/Chronicle/releases/latest/download/module.json",
19-
"download": "https://github.com/keyxmakerx/Chronicle/releases/latest/download/chronicle-sync.zip",
18+
"manifest": "https://raw.githubusercontent.com/keyxmakerx/Chronicle/main/foundry-module/module.json",
19+
"download": "https://github.com/keyxmakerx/Chronicle/releases/download/foundry-v0.1.0/chronicle-sync.zip",
2020
"license": "MIT",
2121
"esmodules": [
2222
"scripts/module.mjs"

0 commit comments

Comments
 (0)