From 61f0ba7b1827a3c5882da32c1179f1208071e190 Mon Sep 17 00:00:00 2001
From: Pierre-Antoine Rouby <pierre-antoine.rouby@inrae.fr>
Date: Mon, 31 Jul 2023 10:40:41 +0200
Subject: [PATCH] Packages: wine: Add version/authors files copy.

---
 packages/wine.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/packages/wine.sh b/packages/wine.sh
index 1a769f51..07c43b6b 100755
--- a/packages/wine.sh
+++ b/packages/wine.sh
@@ -70,6 +70,9 @@ 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/*.ui dist/pamhyr/View/ui/
 
+cp ../VERSION dist/pamhyr/
+cp ../AUTHORS dist/pamhyr/
+
 # Update TS and build QM files
 OLD_PWD=$PWD
 cd ../src/lang/
-- 
GitLab