Skip to content

Commit 40eb9ac

Browse files
authored
Fixed silencer for gio
1 parent 295f534 commit 40eb9ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ associate:
6262
echo 'Type associated'
6363
trusted:
6464
echo 'Making file trusted...'
65-
gio set "$(LAUNCHER_FILE)" 'metadata::trusted' yes 2>/dev/null
65+
gio set "$(LAUNCHER_FILE)" 'metadata::trusted' yes || true
6666
echo 'Making file executable...'
6767
chmod 777 "$(LAUNCHER_FILE)"
6868
echo 'File should be trusted now'

0 commit comments

Comments
 (0)