Skip to content

Commit

Permalink
Bump rtcwPro to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msh100 committed Dec 3, 2023
1 parent 3864421 commit 90563b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN mkdir -p /output/main/ && \
cp /gamefiles/Main/pak0.pk3 /output/main/

ADD fetchRtcwPro.sh /output/fetchRtcwPro.sh
RUN datapath="/output/rtcwpro-data" bash /output/fetchRtcwPro.sh "120139102" && \
RUN datapath="/output/rtcwpro-data" bash /output/fetchRtcwPro.sh "132423843" && \
mv /output/rtcwpro-data/rtcwpro /output/ && \
mv /output/rtcwpro-data/wolfded.x86 /output/ && \
rm -rf /output/rtcwpro-data
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CONF_TIMEOUTLIMIT=${TIMEOUTLIMIT:-1}
CONF_SERVERCONF=${SERVERCONF:-"defaultcomp"}
CONF_SETTINGSGIT=${SETTINGSURL:-"https://github.com/Oksii/rtcw-config.git"}
CONF_SETTINGSBRANCH=${SETTINGSBRANCH:-"master"}
CONF_CHECKVERSION=${CONF_CHECKVERSION:-"16"}
CONF_CHECKVERSION=${CONF_CHECKVERSION:-"17"}
CONF_STATS_SUBMIT=${STATS_SUBMIT:-"0"}
CONF_STATS_URL=${STATS_URL:-"https://rtcwproapi.donkanator.com/submit"}

Expand Down

0 comments on commit 90563b2

Please sign in to comment.