From 3a4ff557c7b08d125237703ad86e0026f387518d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ondr=CC=8Cej=20S=CC=8Cebek?= Date: Sun, 20 Oct 2024 11:59:32 +0200 Subject: [PATCH] change datadir to fix error --- swarm.cabal | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/swarm.cabal b/swarm.cabal index 2994a7c50..045a067e7 100644 --- a/swarm.cabal +++ b/swarm.cabal @@ -49,18 +49,17 @@ extra-source-files: editors/vscode/syntaxes/*.yaml extra-doc-files: docs/image/sublibrary-graph.svg -data-dir: data/ data-files: - *.txt - *.yaml + data/*.txt + data/*.yaml + data/scenarios/**/*.sw + data/scenarios/**/*.txt + data/scenarios/**/*.yaml + data/test/language-snippets/**/*.sw + data/test/standalone-topography/*.png + data/test/standalone-topography/*.yaml + data/worlds/*.world example/*.sw - scenarios/**/*.sw - scenarios/**/*.txt - scenarios/**/*.yaml - test/language-snippets/**/*.sw - test/standalone-topography/*.png - test/standalone-topography/*.yaml - worlds/*.world source-repository head type: git