Skip to content

Commit

Permalink
[release]
Browse files Browse the repository at this point in the history
  • Loading branch information
crschnick committed Jan 18, 2025
1 parent 8ef6e1f commit 93813fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ FROM ghcr.io/linuxserver/baseimage-kasmvnc:ubuntunoble AS build

ARG DEBIAN_FRONTEND="noninteractive"

ENV HOME=/config
ENV TITLE="XPipe Webtop"
ARG XPIPE_VERSION
ARG XPIPE_REPOSITORY
Expand Down Expand Up @@ -81,7 +80,7 @@ RUN echo "**** XPipe **** ($TARGETPLATFORM)" && \
apt-get install --no-install-recommends -y "./${XPIPE_ARTIFACT}" && \
rm "./${XPIPE_ARTIFACT}"

RUN mkdir -p "$HOME/.config/kdedefaults/autostart/" && ln -s "/usr/share/applications/$XPIPE_PACKAGE.desktop" "$HOME/.config/kdedefaults/autostart/$XPIPE_PACKAGE.desktop"
RUN mkdir -p "/etc/xdg/autostart/" && ln -s "/usr/share/applications/$XPIPE_PACKAGE.desktop" "/etc/xdg/autostart/$XPIPE_PACKAGE.desktop"

RUN echo "**** kde tweaks ****" && \
sed -i \
Expand Down
2 changes: 1 addition & 1 deletion version-main
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.0
14.1

0 comments on commit 93813fa

Please sign in to comment.