mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
Bump emulatorjs to 4.2.1
This commit is contained in:
@@ -85,7 +85,7 @@ RUN apk add --no-cache \
|
||||
7zip \
|
||||
wget
|
||||
|
||||
ARG EMULATORJS_VERSION=4.2.0
|
||||
ARG EMULATORJS_VERSION=4.2.1
|
||||
RUN wget "https://github.com/EmulatorJS/EmulatorJS/releases/download/v${EMULATORJS_VERSION}/${EMULATORJS_VERSION}.7z" && \
|
||||
7z x -y "${EMULATORJS_VERSION}.7z" -o/emulatorjs && \
|
||||
rm -rf "${EMULATORJS_VERSION}.7z";
|
||||
|
||||
@@ -14,7 +14,7 @@ import { onMounted, ref } from "vue";
|
||||
import { useRoute } from "vue-router";
|
||||
import { useI18n } from "vue-i18n";
|
||||
|
||||
const EMULATORJS_VERSION = "4.2.0";
|
||||
const EMULATORJS_VERSION = "4.2.1";
|
||||
|
||||
// Props
|
||||
const { t } = useI18n();
|
||||
|
||||
Reference in New Issue
Block a user