dotaxis / 7thDeck

Installer for 7th Heaven on Steam Deck
84 stars 5 forks source link

Kill command fix #38

Closed immolo closed 1 month ago

dotaxis commented 1 month ago

Also I don't want a clean exit. Please use killall -9 so we don't have to wait 5 minutes for Steam to decide it's ready to close.

And if we are using killall instead of pkill please change line 109 as well. It should work by adding the extension to the search string:

killall -9 "FF7_Launcher.exe"
immolo commented 1 month ago

Also I don't want a clean exit. Please use killall -9 so we don't have to wait 5 minutes for Steam to decide it's ready to close.

And if we are using killall instead of pkill please change line 109 as well. It should work by adding the extension to the search string:

killall -9 "FF7_Launcher.exe"

This change is now complete.

dotaxis commented 1 month ago

Still waiting on that readme change.

Also if you can change the commit messages to reflect the changes I've asked for so I can do a merge commit, that'd be great. If not I can just squash and merge.

Thanks for your help on this.

immolo commented 1 month ago

Cleaned up the commit messages and fixed README to match your needs. This should be everything now but feel free to ask if you need something else changed.

dotaxis commented 1 month ago

Thank you!