Allow filtering by platform and game
All checks were successful
continuous-integration/drone/push Build is passing

Fixes #32
This commit is contained in:
2023-01-15 23:14:28 +01:00
parent 162f4f3dbf
commit dd50d6dd40
8 changed files with 93 additions and 21 deletions

View File

@ -6,7 +6,7 @@ RUN npm install && \
FROM python:3.10.9-slim-bullseye
ENV VERSION_NUMBER 0.2.2
ENV VERSION_NUMBER 0.2.3
ENV PROD 1
ENV PYTHONUNBUFFERED=1