1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-28 15:32:50 -05:00

clipboard: fix file transfer & export functionality

- grants read to all installed flatpak apps
This commit is contained in:
bbedward
2026-01-26 17:58:06 -05:00
parent 705d5b04dd
commit 8499033221
30 changed files with 3940 additions and 838 deletions

View File

@@ -14,7 +14,7 @@ repos:
hooks:
- id: go-mod-tidy
name: go mod tidy
entry: go mod tidy
entry: bash -c 'cd core && go mod tidy'
language: system
files: (go\.mod|go\.sum|\.go)$
files: ^core/.*\.(go|mod|sum)$
pass_filenames: false