From 20d28e80a5c861a9d5f449ea911ab75b4f37ad0d Mon Sep 17 00:00:00 2001 From: Jef Date: Tue, 24 Sep 2024 14:54:57 +0200 Subject: Initial community commit --- Src/installer/shared/scripts/nx.nsh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Src/installer/shared/scripts/nx.nsh (limited to 'Src/installer/shared/scripts/nx.nsh') diff --git a/Src/installer/shared/scripts/nx.nsh b/Src/installer/shared/scripts/nx.nsh new file mode 100644 index 00000000..64b4e1d5 --- /dev/null +++ b/Src/installer/shared/scripts/nx.nsh @@ -0,0 +1,11 @@ +!ifndef NULLSOFT_NX_NSIS_HEADER +!define NULLSOFT_NX_NSIS_HEADER + +!include "log.nsh" +!include "syslink.nsh" +!include "system.nsh" +!include "textRect.nsh" +!include "windowRect.nsh" +!include "windowText.nsh" + +!endif ;NULLSOFT_NX_NSIS_HEADER \ No newline at end of file -- cgit