aboutsummaryrefslogtreecommitdiff
path: root/src/modules/packages.js
AgeCommit message (Expand)Author
2024-02-05switch to unzip-stream over unzipperv1.11.00neGal
2024-02-04removed use of "vipertmp" folder0neGal
2024-02-04merge src/modules/window.js into src/win.js0neGal
2024-02-04move IPC events into their respective modules0neGal
2024-02-03src/modules/settings.js now provides a function0neGal
2023-08-26fixed edge case where packages.list() still broke0neGal
2023-08-20fixed packages.list() assuming packages dir exists0neGal
2023-07-25fixed packages having a "v" in their version0neGal
2023-07-24fixed packages.js never requiring the lang module0neGal
2023-07-24make sure profile exists, then create packages dirpackages-dir0neGal
2023-07-24largely improve how we convert mods to packages0neGal
2023-07-24properly detect if a package has mods0neGal
2023-07-24fixed updating not removing older packages0neGal
2023-07-24cleanup leftover files when installing packages0neGal
2023-07-24use prettier console logging for packages.js0neGal
2023-07-22added English strings for plugin install prompt0neGal
2023-07-22mostly support installing packages through GUI0neGal
2023-07-21mods from packages can be removed in the frontend0neGal
2023-07-21rename mods.list() properties to use snake case0neGal
2023-07-21basic support for showing packages in frontend0neGal
2023-07-16minor changes to packages.install()0neGal
2023-07-16remove mods in old folder if installing to new one0neGal
2023-07-16fixed unzipper pre-maturily thinking it's finished0neGal
2023-07-16fixed packages without plugins not installing0neGal
2023-07-16initial support for packages dir0neGal