kwindrem / SetupHelper

Helper functions to simplify writing setup scripts that modify VenusOs functionality. The package includes automatic reinstallation of the package after a VenusOs update.
153 stars 18 forks source link

v8.0 beta wrapping up #88

Closed kwindrem closed 1 day ago

kwindrem commented 2 weeks ago

I'm putting the final touches on SetupHelper v8 beta. This version allows multiple packages to modify the same files using the unix patch utility. Packages must be written to patch rather than replace files it intends to modify.

GuiMods also has a test branch with some files switched to using patch.

I'm hoping some of you will help with the final testing. Please post here or best yet in the SetupHelper GitHub repo issues section with your comments and especially bugs.

kwindrem commented 1 day ago

v8.0 has been released