E1337Kat / cyberpunk2077_ext_redux

A rework of the cyberpunk vortex extension
GNU General Public License v3.0
34 stars 17 forks source link

πŸ”– v0.9.3 #322

Closed effs closed 1 year ago

effs commented 1 year ago

We can't get the exit status from the Tool, so in order to actually   
communicate to the user, we do the actual work in the hook and        
just run a dummy exe for the tool (because it has to have an exe      
to run for some reason.)

This should be generally useful for running anything we want as       
a Tool but without having to have a separate executable or script     
for each one.
E1337Kat commented 1 year ago

This closes #317, #311, and #313, correct?