Update majestic-webui.mk

pull/1822/head
viktorxda 2025-05-31 16:16:15 +02:00 committed by GitHub
parent 6ed43347c5
commit 6bf7036085
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
general/package/majestic-webui

View File

@ -9,7 +9,7 @@ MAJESTIC_WEBUI_VERSION = HEAD
MAJESTIC_WEBUI_LICENSE = MIT MAJESTIC_WEBUI_LICENSE = MIT
MAJESTIC_WEBUI_LICENSE_FILES = LICENSE MAJESTIC_WEBUI_LICENSE_FILES = LICENSE
ifneq ($(findstring fpv,$(OPENIPC_VARIANT)),) ifeq ($(OPENIPC_VARIANT),fpv)
VERSION = FPV VERSION = FPV
else else
VERSION = STANDARD VERSION = STANDARD