Skip to content

Commit e602bf5

Browse files
committed
Search for ssh-studio-resources.gresource in /usr/share too
1 parent 9622c88 commit e602bf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def do_startup(self):
110110
),
111111
"/opt/homebrew/share/io.github.BuddySirJava.SSH-Studio/ssh-studio-resources.gresource",
112112
"/usr/local/share/io.github.BuddySirJava.SSH-Studio/ssh-studio-resources.gresource",
113+
"/usr/share/io.github.BuddySirJava.SSH-Studio/ssh-studio-resources.gresource",
113114
"data/ssh-studio-resources.gresource",
114115
]
115116
for candidate in resource_candidates:

0 commit comments

Comments
 (0)