Skip to content

Commit 232d6b1

Browse files
authored
fix typo
1 parent a2c31c3 commit 232d6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rofi-appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ chmod a+x ./AppRun
7676
./sharun -g
7777

7878
# don't set XKB_CONFIG_ROOT since it breaks child processes
79-
echo 'unset XKB_CONFIG_ROOT' >> ./.
79+
echo 'unset XKB_CONFIG_ROOT' >> ./.env
8080

8181
export VERSION="$(./AppRun -v | awk 'FNR==1 {print $2; exit}')"
8282
echo "$VERSION" > ~/version

0 commit comments

Comments
 (0)