Skip to content

Commit 7759dfb

Browse files
authored
preload for faster launch time
1 parent 232d6b1 commit 7759dfb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rofi-appimage.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ wget "$APPIMAGETOOL" -O ./appimagetool
8787
chmod +x ./appimagetool
8888

8989
echo "Generating AppImage..."
90-
./appimagetool -n -u "$UPINFO" "$PWD"/AppDir "$PWD"/"$APP"-"$VERSION"-anylinux-"$ARCH".AppImage
90+
URUNTIME_PRELOAD=1 ./appimagetool -n -u "$UPINFO" \
91+
"$PWD"/AppDir "$PWD"/"$APP"-"$VERSION"-anylinux-"$ARCH".AppImage
9192

9293
echo "All Done!"

0 commit comments

Comments
 (0)