update STL for Linux&Mac

Update STL to make it stable and useable & bring most features from the current Windows version. Features from app installer are work in progress
This commit is contained in:
deffcolony
2025-02-24 01:11:14 +01:00
parent 2ab18347ce
commit 240badb9c9
3 changed files with 3242 additions and 1134 deletions

View File

@@ -4,7 +4,6 @@
cd /d "%st_install_path%"
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Removing node_modules folder...
rmdir /s /q "node_modules"
call npm cache clean --force
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% node_modules successfully removed.
pause