fix plugin filename: install as libNovaStats.so to match qmldir plugin name
This commit is contained in:
parent
26e14d8133
commit
f7c485c881
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ rustPlatform.buildRustPackage {
|
||||||
qml_dir="$out/lib/qt-6/qml/NovaStats"
|
qml_dir="$out/lib/qt-6/qml/NovaStats"
|
||||||
mkdir -p "$qml_dir"
|
mkdir -p "$qml_dir"
|
||||||
|
|
||||||
install -m755 target/*/release/libnova_plugin.so "$qml_dir/"
|
install -m755 target/*/release/libnova_plugin.so "$qml_dir/libNovaStats.so"
|
||||||
install -m644 target/*/cxxqt/qml_modules/NovaStats/qmldir "$qml_dir/"
|
install -m644 target/*/cxxqt/qml_modules/NovaStats/qmldir "$qml_dir/"
|
||||||
install -m644 target/*/cxxqt/qml_modules/NovaStats/plugin.qmltypes "$qml_dir/" 2>/dev/null || true
|
install -m644 target/*/cxxqt/qml_modules/NovaStats/plugin.qmltypes "$qml_dir/" 2>/dev/null || true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue