Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriiNazarenkoTine committed Mar 11, 2024
1 parent af67d33 commit b9b60f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
SPK_NAME = rr-manager
SPK_VERS = 1.0
SPK_REV = 16
SPK_REV = 18
SPK_ICON = src/rr-manager.png

DSM_UI_DIR = app
DSM_UI_CONFIG = src/app/config

PYTHON_PACKAGE = python311
SPK_DEPENDS = "python311>=3.11.5-8"
Expand Down Expand Up @@ -30,7 +32,6 @@ POST_STRIP_TARGET = rr-manager_extra_install
include ../../mk/spksrc.common.mk
include ../../mk/spksrc.directories.mk
SERVICE_WIZARD_SHARE = wizard_download_dir
DSM_UI_CONFIG = src/app/config
WIZARDS_DIR = $(WORK_DIR)/generated-wizards
WIZARDS = install_uifile upgrade_uifile
SUPPORTED_LANGUAGES = fre
Expand Down
5 changes: 2 additions & 3 deletions src/conf/resource
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@
"display_name": "RR Manager",
"type": "static",
"root": "rr-manager",
"backend": 2,
"icon": "app/images/rr-manager-{0}.png"
}
],
"migrate": {
"root": [
{
"old": "rr-manager",
"new": "rr-manager"
"old": "sc-rr-manager",
"new": "sc-rr-manager"
}
]
},
Expand Down

0 comments on commit b9b60f6

Please sign in to comment.