Integrate EJS 4.0.12 - Adds a new Master System core, and a new DS core (#344)

Closes #340
This commit is contained in:
Michael Green
2024-04-15 14:23:11 +10:00
committed by GitHub
parent 123239cf58
commit 8a80274030
2 changed files with 1815 additions and 3779 deletions

View File

@@ -17,8 +17,8 @@ RUN dotnet publish "gaseous-server/gaseous-server.csproj" --use-current-runtime
# download and unzip EmulatorJS from CDN
RUN apt-get update && apt-get install -y p7zip-full
RUN mkdir -p out/wwwroot/emulators/EmulatorJS
RUN wget https://cdn.emulatorjs.org/releases/4.0.11.7z
RUN 7z x -y -oout/wwwroot/emulators/EmulatorJS 4.0.11.7z
RUN wget https://cdn.emulatorjs.org/releases/4.0.12.7z
RUN 7z x -y -oout/wwwroot/emulators/EmulatorJS 4.0.12.7z
# Build runtime image
FROM mcr.microsoft.com/dotnet/aspnet:8.0

File diff suppressed because it is too large Load Diff