summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2024-05-09 11:49:38 -0400
committerLouie S <louie@example.com>2024-05-09 11:49:38 -0400
commita42828ac5ecf3924891fdbc9b9a1d53bb7f1249c (patch)
tree59f1c15899f187cc7dfc1c1a128a8b3316e677c5 /docs
parentdbcb9aa93028db869f46fe1ce3639840a4e8f07b (diff)
Incorporate installer creation in build system
Diffstat (limited to 'docs')
-rw-r--r--docs/windows_compile_instructions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/windows_compile_instructions.md b/docs/windows_compile_instructions.md
index 9c4dbf5..5e700c5 100644
--- a/docs/windows_compile_instructions.md
+++ b/docs/windows_compile_instructions.md
@@ -59,5 +59,5 @@ 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. First, follow the above instructions to compile the project
-2. Run `makensis nsis/installer.nsi`
+2. Run `cd nsis && make installer`
3. Run the generated `nsis/terminal-media-launcher-Setup.exe` file