summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2024-05-02 13:29:54 -0400
committerLouie S <louie@example.com>2024-05-02 13:29:54 -0400
commit7fce08d290c9dbe78f427913f66ac954bcd96733 (patch)
tree589cc807af75a7895e4060512ed00c13d77e8a49 /docs
parent6a7cc596a79ce38c417f9abffb498be934e6dc53 (diff)
Add license information to nsis installer
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.in1
-rw-r--r--docs/windows_compile_instructions.md6
2 files changed, 4 insertions, 3 deletions
diff --git a/docs/Makefile.in b/docs/Makefile.in
index fbec6a5..9aaf9c3 100644
--- a/docs/Makefile.in
+++ b/docs/Makefile.in
@@ -189,6 +189,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_TITLE = @PACKAGE_TITLE@
PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
diff --git a/docs/windows_compile_instructions.md b/docs/windows_compile_instructions.md
index 3b61774..9c4dbf5 100644
--- a/docs/windows_compile_instructions.md
+++ b/docs/windows_compile_instructions.md
@@ -58,6 +58,6 @@ These instructions were written with 64-bit architecture in mind. Although I hav
Support for building an NSIS installer is in development (it currently will not work, as it is missing the installation of certain dependencies).
-1. Run `cd nsis`
-2. Run `makensis installer.nsi`
-3. Run the generated `terminal-media-launcher-Setup.exe` file
+1. First, follow the above instructions to compile the project
+2. Run `makensis nsis/installer.nsi`
+3. Run the generated `nsis/terminal-media-launcher-Setup.exe` file