We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c31c3 commit 232d6b1Copy full SHA for 232d6b1
rofi-appimage.sh
@@ -76,7 +76,7 @@ chmod a+x ./AppRun
76
./sharun -g
77
78
# don't set XKB_CONFIG_ROOT since it breaks child processes
79
-echo 'unset XKB_CONFIG_ROOT' >> ./.
+echo 'unset XKB_CONFIG_ROOT' >> ./.env
80
81
export VERSION="$(./AppRun -v | awk 'FNR==1 {print $2; exit}')"
82
echo "$VERSION" > ~/version
0 commit comments