Commit 47401681 authored by Mikhail Tergoev's avatar Mikhail Tergoev

update post-install script 4

parent a1cf3e3d
...@@ -8,6 +8,10 @@ fi ...@@ -8,6 +8,10 @@ fi
kill_portwine kill_portwine
pw_stop_progress_bar pw_stop_progress_bar
if [[ -f "/usr/bin/portproton" ]] && [[ -f "${HOME}/.local/share/applications/PortProton.desktop" ]] ; then
sh "/usr/bin/portproton" "$@" & exit 0
fi
portwine_launch () { portwine_launch () {
start_portwine start_portwine
PORTWINE_MSI=`basename "${portwine_exe}" | grep .msi` PORTWINE_MSI=`basename "${portwine_exe}" | grep .msi`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment