Browse Source

Update season preference

master
Matthew Faltys 5 years ago
parent
commit
18a810bd96
  1. 4
      Dockerfile

4
Dockerfile

@ -33,6 +33,10 @@ RUN cd shadow-of-the-wyrm && \
RUN cd shadow-of-the-wyrm && \
sed -i 's/display=sdl/display=curses/g' swyrm.ini
# update ini to match current season by default
RUN cd shadow-of-the-wyrm && \
sed -i 's/current_month_is_start_month=0/current_month_is_start_month=1/g' swyrm.ini
# remove git data from package
RUN rm -rf shadow-of-the-wyrm/.git*

Loading…
Cancel
Save