We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df9d98a + 7f30d2a commit 8fffda5Copy full SHA for 8fffda5
app/linux-release.sh
@@ -31,7 +31,7 @@ cp server/beam/tau/boot-lin.sh build/linux_dist/app/server/beam/tau/
31
32
# Copy only necessary files for the Qt GUI
33
mkdir -p build/linux_dist/app/gui/qt
34
-cp -r gui/qt/theme build/linux_dist/app/gui/qt/
+cp -r gui/qt/{lang,theme} build/linux_dist/app/gui/qt/
35
36
# Copy Qt GUI binary
37
mkdir -p build/linux_dist/app/build/gui/qt
0 commit comments