Skip to content

Commit

Permalink
Cross platform installer/uninstaller (#32)
Browse files Browse the repository at this point in the history
Removed the old install/uninstall scripts
Added new cross platform install/uninstall python scripts!
Updated the README to reflect changes
  • Loading branch information
Radiicall committed Jul 1, 2023
1 parent a5aa07f commit 7cbb47b
Show file tree
Hide file tree
Showing 8 changed files with 388 additions and 376 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
Cargo.lock
main.json
/pkg
.DS_Store
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ Terminal Output:
- Discord
- Imgur API key (image support without port forwarding)

Installers for <a href="https://github.com/Radiicall/jellyfin-rpc/blob/main/scripts/install-win.bat">Windows</a> and <a href="https://github.com/Radiicall/jellyfin-rpc/blob/main/scripts/install-macos.sh">macOS</a> are available.
Windows users will also need <a href="https://aka.ms/vs/17/release/vc_redist.x64.exe">vcredist</a>.

**A cross-platform installer written in Python can be found <a href="https://raw.githubusercontent.com/Radiicall/jellyfin-rpc/main/scripts/installer.py">here</a>, press ctrl+s on the page to download.**
**There's also a cross-platform uninstaller that can be found <a href="https://raw.githubusercontent.com/Radiicall/jellyfin-rpc/main/scripts/uninstaller.py">here</a>.**

A fully filled out config would look something like this

Expand Down
196 changes: 0 additions & 196 deletions scripts/install-macos.sh

This file was deleted.

113 changes: 0 additions & 113 deletions scripts/install-win.bat

This file was deleted.

Loading

0 comments on commit 7cbb47b

Please sign in to comment.