Changeset - r23880:3eae84a62fa1
[Not reviewed]
master
0 2 0
glx - 5 years ago 2019-10-23 00:03:53
glx@openttd.org
Fix 3575dd551: update names for installer
2 files changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
Makefile.bundle.in
Show inline comments
 
@@ -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"
 

	
os/windows/installer/install.nsi
Show inline comments
 
@@ -145,8 +145,8 @@ Section "!OpenTTD" Section1
 

	
 
	; Copy some documentation files
 
	SetOutPath "$INSTDIR\docs\"
 
	File ${PATH_ROOT}docs\multiplayer.txt
 
	Push "$INSTDIR\docs\multiplayer.txt"
 
	File ${PATH_ROOT}docs\multiplayer.md
 
	Push "$INSTDIR\docs\multiplayer.md"
 
	Call unix2dos
 

	
 
	; Copy the rest of the stuff
 
@@ -218,7 +218,7 @@ Section "!OpenTTD" Section1
 
	CreateShortCut "$SMPROGRAMS\$SHORTCUTS\Changelog.lnk" "$INSTDIR\Changelog.txt"
 
	CreateShortCut "$SMPROGRAMS\$SHORTCUTS\Known-bugs.lnk" "$INSTDIR\known-bugs.txt"
 
	CreateDirectory "$SMPROGRAMS\$SHORTCUTS\Docs"
 
	CreateShortCut "$SMPROGRAMS\$SHORTCUTS\Docs\Multiplayer.lnk" "$INSTDIR\docs\multiplayer.txt"
 
	CreateShortCut "$SMPROGRAMS\$SHORTCUTS\Docs\Multiplayer.lnk" "$INSTDIR\docs\multiplayer.md"
 
	CreateDirectory "$SMPROGRAMS\$SHORTCUTS\Scripts"
 
	CreateShortCut "$SMPROGRAMS\$SHORTCUTS\Scripts\Readme.lnk" "$INSTDIR\scripts\README.md"
 
	!insertmacro MUI_STARTMENU_WRITE_END
0 comments (0 inline, 0 general)