move lock dir up to shell/lock as sibling of modules
This commit is contained in:
parent
d6cd2f173a
commit
b5b1f4f406
7 changed files with 5 additions and 5 deletions
|
|
@ -25,7 +25,7 @@ stdenvNoCC.mkDerivation {
|
|||
runHook preInstall
|
||||
|
||||
mkdir -p $out/share/nova-shell
|
||||
cp -r shell/shell.qml shell/modules shell/assets $out/share/nova-shell/
|
||||
cp -r shell/shell.qml shell/modules shell/lock shell/assets $out/share/nova-shell/
|
||||
|
||||
# Compile fragment shader to Qt RHI format
|
||||
qsb --qt6 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue