From 692c753865517717e4391fcf0c61497f536765be Mon Sep 17 00:00:00 2001 From: ZehMatt Date: Sun, 22 Apr 2018 18:58:12 +0200 Subject: [PATCH] Change: win9x installer configuration to correct path. --- os/windows/installer/version_win9x.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/windows/installer/version_win9x.txt b/os/windows/installer/version_win9x.txt index 077390eacb..21dbf6200a 100644 --- a/os/windows/installer/version_win9x.txt +++ b/os/windows/installer/version_win9x.txt @@ -1,5 +1,5 @@ !define APPBITS 32 ; Define number of bits for the architecture !define EXTRA_VERSION "95, 98, ME, 2000 and XP without SP3" !define APPARCH "win9x" ; Define the application architecture -!define BINARY_DIR "${PATH_ROOT}bin" +!define BINARY_DIR "${PATH_ROOT}objs\release" InstallDir "$PROGRAMFILES32\OpenTTD\"