Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriiNazarenkoTine committed Apr 4, 2024
1 parent 54bcccc commit d6882a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = rr-manager
SPK_VERS = 2.0
SPK_REV = 13
SPK_REV = 14
SPK_ICON = src/rr-manager.png

DSM_UI_DIR = app
Expand Down Expand Up @@ -67,6 +67,7 @@ rr-manager_extra_install:
install -m 755 -d $(STAGING_DIR)/app/
install -m 755 -d $(STAGING_DIR)/app/libs/
install -m 755 src/app/getConfig.cgi $(STAGING_DIR)/app/getConfig.cgi
install -m 755 src/app/getNetworkInfo.cgi $(STAGING_DIR)/app/getNetworkInfo.cgi
install -m 755 src/app/config.txt $(STAGING_DIR)/app/config.txt
install -m 755 src/app/style.css $(STAGING_DIR)/app/style.css
install -m 755 src/app/getAddons.cgi $(STAGING_DIR)/app/getAddons.cgi
Expand Down

0 comments on commit d6882a8

Please sign in to comment.