From cfc9ac9583810cc4edab8178c0aec540d2b5b328 Mon Sep 17 00:00:00 2001 From: veclavtalica Date: Fri, 11 Oct 2024 19:31:30 +0300 Subject: [PATCH] fix common-data pack reference for newly places demos --- apps/demos/platformer/data/packs/data.toml | 2 +- apps/demos/scenery/data/packs/data.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/demos/platformer/data/packs/data.toml b/apps/demos/platformer/data/packs/data.toml index 5778b2a..000fdd5 100644 --- a/apps/demos/platformer/data/packs/data.toml +++ b/apps/demos/platformer/data/packs/data.toml @@ -1,3 +1,3 @@ [[deps]] -source = "../../common-data" # where does it come from, might be an url +source = "../../../common-data" # where does it come from, might be an url name = "common-data" # should be globally unique diff --git a/apps/demos/scenery/data/packs/data.toml b/apps/demos/scenery/data/packs/data.toml index 5778b2a..000fdd5 100644 --- a/apps/demos/scenery/data/packs/data.toml +++ b/apps/demos/scenery/data/packs/data.toml @@ -1,3 +1,3 @@ [[deps]] -source = "../../common-data" # where does it come from, might be an url +source = "../../../common-data" # where does it come from, might be an url name = "common-data" # should be globally unique