Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriiNazarenkoTine committed Mar 10, 2024
1 parent a9afba7 commit 9beba72
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
matrix:
target:
- "x64-7.0"
# - "aarch64-7.0"
# include:
# - target: x64-7.0
# dsm_ver: 7.0
# - target: aarch64-7.0
# dsm_ver: 7.0
- "aarch64-7.0"
include:
- target: x64-7.0
dsm_ver: 7.0
- target: aarch64-7.0
dsm_ver: 7.0
steps:
- uses: actions/checkout@v4
- name: Checkout SynoCommunity Source and Docker Image
Expand Down
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
SPK_NAME = rr-manager
SPK_VERS = 1.0
SPK_REV = 14
SPK_REV = 15
SPK_ICON = src/rr-manager.png
DSM_UI_DIR = app
#WHEELS = src/requirements.txt
WHEELS = src/requirements.txt

PYTHON_PACKAGE = python311
SPK_DEPENDS = "python311>=3.11.5-8"

MAINTAINER = T-REX-XP

DESCRIPTION = RR Manager is a Redpill Recovery DSM application aimed to provide the ability to configure/update RR without booting to RR recovery. This package is for experienced users.
STARTABLE = no
STARTABLE = yes
DISPLAY_NAME = RR Manager

HOMEPAGE = https://github.com/T-REX-XP/RRManager
Expand Down Expand Up @@ -63,7 +63,7 @@ generated-wizards:
rr-manager_extra_install:
install -m 755 -d $(STAGING_DIR)/share $(STAGING_DIR)/var
install -m 755 -d $(STAGING_DIR)/share/wheelhouse/
install -m 644 src/requirements2.txt $(STAGING_DIR)/share/wheelhouse/requirements.txt
install -m 644 src/requirements.txt $(STAGING_DIR)/share/wheelhouse/requirements.txt

install -m 755 -d $(STAGING_DIR)/app/
install -m 755 -d $(STAGING_DIR)/app/libs/
Expand Down
File renamed without changes.

0 comments on commit 9beba72

Please sign in to comment.