1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-12-13 18:55:20 +01:00

Add self-extracting launcher for Windows

This commit is contained in:
sfan5
2025-12-02 21:18:24 +01:00
parent 92709b4671
commit ac7fb75ea3
7 changed files with 180 additions and 18 deletions

6
misc/meta.nsh.in Normal file
View File

@@ -0,0 +1,6 @@
!define PROJECT_NAME "@PROJECT_NAME@"
!define PROJECT_NAME_C "@PROJECT_NAME_CAPITALIZED@"
!define VERSION_STRING "@VERSION_STRING@"
!define DEVELOPMENT_BUILD @DEVELOPMENT_BUILD01@
!define INPATH "."
!define ICONPATH "./luanti-icon.ico"