Skip to content

Commit 7274203

Browse files
committed
making sure that program exits after completion
1 parent a3c670c commit 7274203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/apk_to_java.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def clean_up
6464
end
6565

6666
def open_code_in_gui(jar_file)
67-
`#{supported_os.jadx} #{jar_file} &`
67+
`#{supported_os.jadx} #{jar_file} > /dev/null 2>&1 & disown`
6868
end
6969

7070
def convert_to_dex(apk)

0 commit comments

Comments
 (0)