mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2025-10-30 07:01:10 +00:00
set permissions to read-only
This commit is contained in:
parent
e79c539a9d
commit
8c195225f8
1 changed files with 3 additions and 3 deletions
6
flatpak-enabler.sh
Normal file → Executable file
6
flatpak-enabler.sh
Normal file → Executable file
|
|
@ -23,9 +23,9 @@ flatpak_enabler () {
|
|||
APP_DIR="$HOME/.var/app/$flat"
|
||||
flatpak override \
|
||||
--user \
|
||||
--filesystem="$HOME/.local" \
|
||||
--filesystem="$HOME/.config/lsfg-vk" \
|
||||
--filesystem="$DLL_ABSOLUTE_PATH" \
|
||||
--filesystem="$HOME/.local:ro" \
|
||||
--filesystem="$HOME/.config/lsfg-vk:ro" \
|
||||
--filesystem="$DLL_ABSOLUTE_PATH:ro" \
|
||||
"$flat"
|
||||
# set up symlinks for lsfg-vk files
|
||||
mkdir -p "$APP_DIR/lib"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue