# HG changeset patch # User ZehMatt # Date 2018-04-22 16:58:12 # Node ID 963ddfade9193ce3de9a655b092bab6f23cffa82 # Parent 5e1548b2c7a6a070f4cdc53be1c2189135cd56f0 Change: win9x installer configuration to correct path. diff --git a/os/windows/installer/version_win9x.txt b/os/windows/installer/version_win9x.txt --- 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\"