Skip to content

Commit

Permalink
build(gui): fix locale installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppzippy committed May 15, 2024
1 parent 4193cc0 commit 2015ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ install -Dm755 "../target/release/openscq30_gui$bin_ext" -t "$install_prefix/bin
install -Dm644 ./resources/com.oppzippy.OpenSCQ30.desktop -t "$install_prefix/share/applications"
install -Dm644 ./resources/com.oppzippy.OpenSCQ30.metainfo.xml -t "$install_prefix/share/metainfo"
install -Dm644 ./resources/com.oppzippy.OpenSCQ30.svg -t "$install_prefix/share/icons/hicolor/scalable/apps"
cp -r ./share/* "$install_prefix/"
cp -r ./share/* "$install_prefix/share/"

0 comments on commit 2015ff3

Please sign in to comment.