Skip to content

Commit 6d2ba94

Browse files
committed
updated manifest file
1 parent 8882916 commit 6d2ba94

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

io.github.BuddySirJava.SSH-Studio.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,27 @@
3131
{
3232
"name": "ssh-studio",
3333
"buildsystem": "meson",
34+
"post-install": [
35+
"printf '#!/usr/bin/env bash\\nexec python3 -m ssh_studio.main \"$@\"\\n' > /app/bin/ssh-studio",
36+
"chmod +x /app/bin/ssh-studio"
37+
],
3438
"sources": [
3539
{
36-
"type": "dir",
37-
"path": "."
40+
"type": "git",
41+
"url": "https://github.com/BuddySirJava/SSH-Studio.git",
42+
"tag": "v1.2.1"
3843
}
3944
],
40-
"post-install": [
41-
"printf '#!/usr/bin/env bash\\nexec python3 -m ssh_studio.main \"$@\"\\n' > /app/bin/ssh-studio\n",
42-
"chmod +x /app/bin/ssh-studio"
43-
],
4445
"cleanup": [
4546
"/include",
4647
"/lib/pkgconfig",
4748
"/share/man",
4849
"/share/pkgconfig",
4950
"/share/gtk-doc",
5051
"/share/doc",
51-
"/share/devhelp"
52+
"/share/devhelp",
53+
"*.la",
54+
"*.a"
5255
]
5356
}
5457
]

0 commit comments

Comments
 (0)