Skip to content

Commit

Permalink
New target to install on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
prissi committed Nov 27, 2024
1 parent 544a181 commit bfdfa94
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ DIRS := $(DIRS64) $(DIRS128) $(DIRS176) $(DIRS250)

.PHONY: $(DIRS) $(OUTSIDE) $(ADDON_DIRS64) copy tar zip

install_win: pakset
@rm -rf "C:\ProgramData\Simutrans\pak128"
cd simutrans
cp -R Simutrans/pak128 "C:\ProgramData\Simutrans"

all: zip

archives: tar zip
Expand Down

0 comments on commit bfdfa94

Please sign in to comment.