feat: implement Linux auto-installation and update Windows build process to use NSIS installer

This commit is contained in:
2026-06-09 12:51:43 +01:00
parent 3d4cfd86d5
commit 8a9a34363f
3 changed files with 66 additions and 3 deletions
+1
View File
@@ -5,6 +5,7 @@ RUN apt-get update && apt-get install -y \
curl \
gcc \
mingw-w64 \
nsis \
libgtk-3-dev \
libwebkit2gtk-4.1-dev \
&& rm -rf /var/lib/apt/lists/*