mirror of https://gitlab.com/pamhyr/pamhyr2
packages: Fix linux widget directory.
parent
10d6a17a59
commit
0dd727f9d4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue