From 0dd727f9d4aa4b220b472889ba649924b1520c9d Mon Sep 17 00:00:00 2001
From: Pierre-Antoine Rouby <pierre-antoine.rouby@inrae.fr>
Date: Wed, 30 Aug 2023 10:59:21 +0200
Subject: [PATCH] packages: Fix linux widget directory.

---
 packages/linux.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/packages/linux.sh b/packages/linux.sh
index 44770b6e..215047e8 100755
--- a/packages/linux.sh
+++ b/packages/linux.sh
@@ -44,8 +44,9 @@ cd $OLD_PWD
 echo " *** COPY DATA"
 
 mkdir -p dist/pamhyr/View/ui
+mkdir -p dist/pamhyr/View/ui/Widgets
 cp -r ../src/View/ui/ressources/ dist/pamhyr/View/ui/
-cp -r ../src/View/ui/Widgets/*.ui dist/pamhyr/View/ui/
+cp -r ../src/View/ui/Widgets/*.ui dist/pamhyr/View/ui/Widgets/
 cp -r ../src/View/ui/*.ui dist/pamhyr/View/ui/
 
 mkdir -p dist/pamhyr/lang
-- 
GitLab