Skip to content

Commit 4e8621e

Browse files
committed
Updated AppImageBuilder.yml to change the executable to Python 3 and modify execution arguments for SSH Studio, enhancing application startup behavior.
1 parent 4fcd030 commit 4e8621e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AppImageBuilder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ AppDir:
77
name: SSH Studio
88
icon: io.github.BuddySirJava.SSH-Studio
99
version: 1.3.1
10-
exec: usr/bin/ssh-studio
11-
exec_args: "$@"
10+
exec: usr/bin/python3
11+
exec_args: "-m ssh_studio.main $@"
1212

1313
runtime:
1414
env:

0 commit comments

Comments
 (0)