summaryrefslogtreecommitdiff
path: root/windows_installer.nsi
AgeCommit message (Collapse)Author
2024-01-11fixt Fix several bugs in the Windows installationFrederico Linhares
* Rakefile: Link against winsock2 * ruby_build_config.rb: Add sockets to the engine for on-line gaming. * src/core.cpp: Windows needs to read mrb files as binaries. * windows_installer.nsi: write uninstaller before listing files seems to cause bugs.
2024-01-06buil Use NSIS to create Windows installerFrederico Linhares