From 871b9dfe52f1505b2536a29fabe25e60f3428e46 Mon Sep 17 00:00:00 2001 From: David Tucker Date: Fri, 26 Jul 2024 12:18:57 -0500 Subject: [PATCH] Updated system.json with tokens to allow autoupdating during build (#5) --- system.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system.json b/system.json index 2b5cf16..50e9954 100644 --- a/system.json +++ b/system.json @@ -3,7 +3,7 @@ "id": "ironclaw2e", "title": "Ironclaw Second Edition", "description": "Ironclaw Second Edition system for FoundryVTT.", - "version": "0.8.1", + "version": "#{VERSION}#", "minimumCoreVersion": "11", "compatibility": { "minimum": "11", @@ -59,8 +59,8 @@ "secondaryTokenAttribute": "null", "url": "https://github.com/Hertzila/Ironclaw2E-FoundryVTT-System", "changelog": "https://github.com/Hertzila/Ironclaw2E-FoundryVTT-System/blob/master/CHANGELOG.md", - "manifest": "auto-filled", - "download": "auto-filled", + "manifest": "#{MANIFEST}#", + "download": "#{DOWNLOAD}#", "license": "LICENSE", "readme": "README.md" }