Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #34 from ublue-os/fix-upstream-desktop-filepath
Browse files Browse the repository at this point in the history
fix: update location of upstream desktop file and icons
  • Loading branch information
HikariKnight authored Sep 20, 2024
2 parents 50d06c1 + 9a1505c commit 2fbf0f3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ RUN wget https://github.com/jqlang/jq/releases/download/jq-1.6/jq-linux64 -O /us
rm /usr/bin/jq

# Create desktop file from upstream
RUN wget https://raw.githubusercontent.com/obsproject/obs-studio/master/UI/xdg-data/com.obsproject.Studio.desktop -O /usr/share/applications/com.obsproject.Studio.desktop && \
wget https://raw.githubusercontent.com/obsproject/obs-studio/master/UI/xdg-data/icons/obs-logo-128.png -O /usr/share/icons/hicolor/128x128/apps/com.obsproject.Studio.png && \
wget https://raw.githubusercontent.com/obsproject/obs-studio/master/UI/xdg-data/icons/obs-logo-256.png -O /usr/share/icons/hicolor/256x256/apps/com.obsproject.Studio.png && \
wget https://raw.githubusercontent.com/obsproject/obs-studio/master/UI/xdg-data/icons/obs-logo-512.png -O /usr/share/icons/hicolor/512x512/apps/com.obsproject.Studio.png && \
wget https://raw.githubusercontent.com/obsproject/obs-studio/master/UI/xdg-data/icons/obs-logo-scalable.svg -O /usr/share/icons/hicolor/scalable/apps/com.obsproject.Studio.svg && \
RUN wget https://raw.githubusercontent.com/obsproject/obs-studio/master/UI/cmake/linux/com.obsproject.Studio.desktop -O /usr/share/applications/com.obsproject.Studio.desktop && \
wget https://raw.githubusercontent.com/obsproject/obs-studio/master/UI/cmake/linux/icons/obs-logo-128.png -O /usr/share/icons/hicolor/128x128/apps/com.obsproject.Studio.png && \
wget https://raw.githubusercontent.com/obsproject/obs-studio/master/UI/cmake/linux/icons/obs-logo-256.png -O /usr/share/icons/hicolor/256x256/apps/com.obsproject.Studio.png && \
wget https://raw.githubusercontent.com/obsproject/obs-studio/master/UI/cmake/linux/icons/obs-logo-512.png -O /usr/share/icons/hicolor/512x512/apps/com.obsproject.Studio.png && \
wget https://raw.githubusercontent.com/obsproject/obs-studio/master/UI/cmake/linux/icons/obs-logo-scalable.svg -O /usr/share/icons/hicolor/scalable/apps/com.obsproject.Studio.svg && \
sed -i 's@Exec=obs@Exec=/opt/obs-portable/obs-portable@g' /usr/share/applications/com.obsproject.Studio.desktop

COPY obs-config-fix.sh /etc/profile.d/99-obs-config-fix.sh

0 comments on commit 2fbf0f3

Please sign in to comment.