diff options
author | ZehMatt <m.moninger.h@gmail.com> | 2018-04-22 18:58:12 +0200 |
---|---|---|
committer | glx22 <glx22@users.noreply.github.com> | 2018-04-22 19:24:07 +0200 |
commit | 692c753865517717e4391fcf0c61497f536765be (patch) | |
tree | d966aee1592aae69583a9952f8edaa937253c14c /os | |
parent | e7cc53ed62e5d0dd06a0b3ef47f900021633c900 (diff) | |
download | openttd-692c753865517717e4391fcf0c61497f536765be.tar.xz |
Change: win9x installer configuration to correct path.
Diffstat (limited to 'os')
-rw-r--r-- | os/windows/installer/version_win9x.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/windows/installer/version_win9x.txt b/os/windows/installer/version_win9x.txt index 077390eac..21dbf6200 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\" |