diff options
author | darkvater <darkvater@openttd.org> | 2004-08-12 22:06:56 +0000 |
---|---|---|
committer | darkvater <darkvater@openttd.org> | 2004-08-12 22:06:56 +0000 |
commit | b70e5a30c14f7d540bb1c5982c27b8ccbf22d909 (patch) | |
tree | 6d7ecf574f5af087fb151fab50d34af9343329d2 /os/win32 | |
parent | d3be7f2de7a84d93ab9c03545e90cf530d11f166 (diff) | |
download | openttd-b70e5a30c14f7d540bb1c5982c27b8ccbf22d909.tar.xz |
(svn r33) -Executeable is now openttd(.exe) always
-Resourcefile has been updated to 0.3.3.0
Diffstat (limited to 'os/win32')
-rw-r--r-- | os/win32/installer/install.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/win32/installer/install.nsi b/os/win32/installer/install.nsi index 116eb0396..cb27e7b3d 100644 --- a/os/win32/installer/install.nsi +++ b/os/win32/installer/install.nsi @@ -112,7 +112,7 @@ Section "!OpenTTD" Section1 File ${PATH_ROOT}readme.txt ; Copy executable - File /oname=openttd.exe ${PATH_ROOT}ReleasePNG\ttd.exe + File /oname=openttd.exe ${PATH_ROOT}ReleasePNG\openttd.exe File ${PATH_ROOT}strgen\Release\strgen.exe |