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.
1 parent 14e6e06 commit 44ca119Copy full SHA for 44ca119
citron-appimage.sh
@@ -24,10 +24,6 @@ wget --retry-connrefused --tries=30 "$SHARUN" -O ./quick-sharun
24
chmod +x ./quick-sharun
25
./quick-sharun /usr/bin/citron* /usr/lib/libgamemode.so* /usr/lib/libpulse.so*
26
27
-# TODO: remove me once we can build citron again without qt6-webengine nonsense
28
-cp -rv /usr/share/qt6/resources ./AppDir/shared/lib/qt6
29
-cp -rv /usr/share/qt6/translations ./AppDir/shared/lib/qt6
30
-
31
if [ "$DEVEL" = 'true' ]; then
32
sed -i 's|Name=citron|Name=citron nightly|' ./AppDir/*.desktop
33
UPINFO="$(echo "$UPINFO" | sed 's|latest|nightly|')"
0 commit comments