Open changchiyou opened 1 week ago
... to replace different release type in downloading URL For instance, alpha in:
alpha
https://github.com/martydingo/factorio-mapshot-docker/blob/4fc125572ae178a8628a1a7113e7a06333913e6c/entrypoint.sh#L12
For me, I want to download expansion instead of alpha because my server is hosted for playing Space Age DLC.
expansion
I've hardcoded it in a bit earlier today, before seeing this request, lemme tinker though, but it should work for you now.
Reopening as I will do this.
... to replace different release type in downloading URL For instance,
alpha
in:https://github.com/martydingo/factorio-mapshot-docker/blob/4fc125572ae178a8628a1a7113e7a06333913e6c/entrypoint.sh#L12
For me, I want to download
expansion
instead ofalpha
because my server is hosted for playing Space Age DLC.