diff options
author | glx <glx@openttd.org> | 2019-10-23 02:03:53 +0200 |
---|---|---|
committer | Niels Martin Hansen <nielsm@indvikleren.dk> | 2019-10-23 15:05:40 +0200 |
commit | 93e42a94074db1b6f18858be5fe00d9801c100c1 (patch) | |
tree | 501ad9d35a7c8a3fa993517d8ec13bdc1c5d941c /Makefile.bundle.in | |
parent | 5fbacf9d860ae912111414c3c0936449b78cdb76 (diff) | |
download | openttd-93e42a94074db1b6f18858be5fe00d9801c100c1.tar.xz |
Fix 3575dd551: update names for installer
Diffstat (limited to 'Makefile.bundle.in')
-rw-r--r-- | Makefile.bundle.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.bundle.in b/Makefile.bundle.in index 2a7d4cbf9..685800dd3 100644 --- a/Makefile.bundle.in +++ b/Makefile.bundle.in @@ -153,7 +153,7 @@ bundle_dmg: bundle bundle_exe: all @echo '[BUNDLE] Creating $(BUNDLE_NAME).exe' $(Q)mkdir -p "$(BUNDLES_DIR)" - $(Q)unix2dos "$(ROOT_DIR)/docs/"*.txt "$(ROOT_DIR)/README.md" "$(ROOT_DIR)/COPYING" "$(ROOT_DIR)/changelog.txt" "$(ROOT_DIR)/known-bugs.txt" + $(Q)unix2dos "$(ROOT_DIR)/docs/"* "$(ROOT_DIR)/README.md" "$(ROOT_DIR)/COPYING" "$(ROOT_DIR)/changelog.txt" "$(ROOT_DIR)/known-bugs.txt" $(Q)cd $(ROOT_DIR)/os/windows/installer && makensis.exe //DVERSION_INCLUDE=version_$(PLATFORM).txt install.nsi $(Q)mv $(ROOT_DIR)/os/windows/installer/*$(PLATFORM).exe "$(BUNDLES_DIR)/$(BUNDLE_NAME).exe" |