Skip to content

Commit

Permalink
making sure that program exits after completion
Browse files Browse the repository at this point in the history
  • Loading branch information
ajitsing committed Feb 10, 2016
1 parent a3c670c commit 7274203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/apk_to_java.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def clean_up
end

def open_code_in_gui(jar_file)
`#{supported_os.jadx} #{jar_file} &`
`#{supported_os.jadx} #{jar_file} > /dev/null 2>&1 & disown`
end

def convert_to_dex(apk)
Expand Down

0 comments on commit 7274203

Please sign in to comment.