From dd1ca6bd035246f89ad8654823fdd80be3e0f981 Mon Sep 17 00:00:00 2001
From: Romain Boman <romain.boman@gmail.com>
Date: Wed, 8 Jun 2022 14:34:49 +0200
Subject: [PATCH] add models to the dist folder

---
 fossils.spec | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/fossils.spec b/fossils.spec
index 22ff0e7..695d498 100644
--- a/fossils.spec
+++ b/fossils.spec
@@ -21,8 +21,16 @@ a = Analysis(
         (r'C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2019.5.281\windows\redist\intel64_win\compiler\libiomp5md.dll', '.')
     ],
     datas=[
-        (r'models\dolicorhynchops','models\dolicorhynchops'),
-        (r'models\Panthera_pardus','models\Panthera_pardus')
+        (r'cxxfem\tests\beam2d.py',r'models\others'),
+        (r'cxxfem\tests\beam3d.py',r'models\others'),
+        (r'models\dolicorhynchops\dolicorhynchops_10k.py',r'models\others\dolicorhynchops'),
+        (r'models\dolicorhynchops\10k',r'models\others\dolicorhynchops\10k'),
+        (r'models\Panthera_pardus\Panthera_pardus_RC_30.py',r'models\paper\Panthera_pardus'),
+        (r'models\Panthera_pardus\150k',r'models\paper\Panthera_pardus\150k'),
+        (r'models\Tapirus_indicus\T_indicus_shoulder50k.py',r'models\paper\Tapirus_indicus'),
+        (r'models\Tapirus_indicus\50k',r'models\paper\Tapirus_indicus\50k'),
+        (r'models\TYLnep\TYLnep_500k_15_1.py',r'models\paper\TYLnep'),
+        (r'models\TYLnep\500k',r'models\paper\TYLnep\500k')
     ],
     hiddenimports=['cxxfem','femi','gmsh','models.bonemodel2'],
     hookspath=[],
-- 
GitLab