Skip to content

Commit 7d0f8cf

Browse files
authored
Merge pull request #11 from ogarcia/gresource-fix
Search for ssh-studio-resources.gresource in /usr/share too
2 parents 25978f3 + e602bf5 commit 7d0f8cf

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)