Skip to content

Commit

Permalink
Update gimp-git-junest.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc authored Nov 18, 2024
1 parent 7ec00c8 commit 16a0d91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gimp-git-junest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ function _create_AppRun() {
--bind-try /media /media \
--bind-try /mnt /mnt \
--bind-try /opt /opt \
--bind-try /run/media /run/media \
--bind-try /usr/lib/locale /usr/lib/locale \
--bind-try /usr/share/fonts /usr/share/fonts \
--bind-try /usr/share/themes /usr/share/themes \
Expand Down Expand Up @@ -521,6 +522,7 @@ function _enable_mountpoints_for_the_inbuilt_bubblewrap() {
mkdir -p ./"$APP".AppDir/.junest/usr/lib/locale
mkdir -p ./"$APP".AppDir/.junest/usr/share/fonts
mkdir -p ./"$APP".AppDir/.junest/usr/share/themes
mkdir -p ./"$APP".AppDir/.junest/run/media
mkdir -p ./"$APP".AppDir/.junest/run/user
rm -f ./"$APP".AppDir/.junest/etc/localtime && touch ./"$APP".AppDir/.junest/etc/localtime
[ ! -f ./"$APP".AppDir/.junest/etc/asound.conf ] && touch ./"$APP".AppDir/.junest/etc/asound.conf
Expand Down

0 comments on commit 16a0d91

Please sign in to comment.