Created the windows installer

Inno Setup script for a per-user x64 install, plus the icon it uses for
setup.exe. The Mesa DLLs are an optional component rather than a default:
a local opengl32.dll beats the system one for everything in the same
folder, so shipping them unconditionally would force software rendering
on machines with a working GPU.

Ignore Output/ so the compiled installer stays out of the repo.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-01 08:14:40 +10:00
parent a8a60f5860
commit e845f63d9e
3 changed files with 84 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
/bin/
/dist/
/haul.app/
/Output/