added NSIS script

This commit is contained in:
Syping 2019-10-18 15:26:59 +02:00
parent a509408b05
commit 6c76172378
4 changed files with 273 additions and 6 deletions

View file

@ -47,3 +47,11 @@ unix {
target.path = $$LUAENGINE_BINDIR
INSTALLS += target
}
win32 {
RC_LANG = 0x0
QMAKE_TARGET_COMPANY = "Syping"
QMAKE_TARGET_DESCRIPTION = "LuaEngine Runtime"
QMAKE_TARGET_COPYRIGHT = "Copyright (c) 2018-2019 Syping"
QMAKE_TARGET_PRODUCT = "LuaEngine"
}