Skip to content

Commit

Permalink
Add buildarr-update.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Callum027 committed Dec 3, 2023
1 parent 9fdc861 commit 4a44743
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions buildarr-update.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Python\python.exe -m pip install --upgrade buildarr ^
buildarr-sonarr ^
buildarr-radarr ^
buildarr-prowlarr[sonarr,radarr] ^
buildarr-jellyseerr[sonarr,radarr]
2 changes: 1 addition & 1 deletion installer.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ include_msvcrt = false

[Include]
local_wheels = wheels/*.whl
# files =
files = buildarr-update.bat

[Build]
directory = build/nsis/
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
pip
setuptools
wheel
buildarr==0.7.1
buildarr-sonarr==0.6.3
buildarr-radarr==0.2.3
Expand Down

0 comments on commit 4a44743

Please sign in to comment.