diff --git a/README.md b/README.md
index 8de1548..18fb856 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,3 @@
-# NO LONGER COMPATIBLE
-Hi folks, unfortunately it seems the Parsec team have made a lot of changes to Parsec recently that are good, but break compatability with this plugin for the time being. If and when Parsec becomes available for the Pi 4, I'll be able to resume development on this plugin, but for the time being this is defunct. Please feel free to fork and continue if you can!
-
# Parsec Launcher for OSMC
Parsec is a game streaming application used to play video games remotely across a conntected network from a system in the cloud to your home computer. OSMC (short for Open Source Media Center) is a Linux distribution based on Debian that brings Kodi to a variety of devices. This addon brings the two together to create a seamless experience.
@@ -21,7 +18,7 @@ Parsec is a game streaming application used to play video games remotely across
* USB keyboard (wired or wireless)
## Installation
-* Download production package **script.parsec.zip** [here](http://dev.grantgarrison.com/projects/script.parsec.zip).
+* Download **script.parsec.zip** from files list above.
* Follow the addon installation instructions **HOW-TO:Install add-ons from zip files** [here](https://kodi.wiki/view/HOW-TO:Install_add-ons_from_zip_files).
## Configuration
diff --git a/addon.xml b/addon.xml
index b810eb7..4ea1d2f 100644
--- a/addon.xml
+++ b/addon.xml
@@ -4,7 +4,7 @@
- executable
+ game executable
all
diff --git a/resources/parsec-launcher.sh b/resources/parsec-launcher.sh
index d8ba43c..fcc3a53 100644
--- a/resources/parsec-launcher.sh
+++ b/resources/parsec-launcher.sh
@@ -1 +1 @@
-sudo su $1 -c "openvt -s -f sh $2parsec.sh $1 $3"; sudo systemctl stop mediacenter;
+sudo su $1 -c "openvt -s -f sh $2parsec.sh $1 $3"; sudo systemctl stop mediacenter
\ No newline at end of file
diff --git a/resources/parsec.sh b/resources/parsec.sh
index c885e09..bcf7ade 100644
--- a/resources/parsec.sh
+++ b/resources/parsec.sh
@@ -1 +1 @@
-sudo su $1 -c "parsec $2"; sudo systemctl start mediacenter;
+parsecd $2; sudo systemctl start mediacenter
\ No newline at end of file
diff --git a/script.parsec.zip b/script.parsec.zip
new file mode 100644
index 0000000..5b13b1c
Binary files /dev/null and b/script.parsec.zip differ