Skip to content

Commit

Permalink
Update hypnotix-junest.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc authored Jan 20, 2025
1 parent f76a303 commit cdcabb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypnotix-junest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ _savelibs() {
LIBPATHS="$LIBPATHS $(find ./archlinux/.junest/usr/lib -maxdepth 20 -wholename "*$arg*" | sed 's/\.\/archlinux\///g')"
done
for arg in $LIBPATHS; do
cp -r ./archlinux/"$arg" "$APP".AppDir/"$arg" 2>/dev/null &
[ ! -d "$APP".AppDir/"$arg" ] && cp -r ./archlinux/"$arg" "$APP".AppDir/"$arg" &
done
wait
core_libs=$(find ./"$APP".AppDir -type f)
Expand Down

0 comments on commit cdcabb8

Please sign in to comment.