diff --git a/com.github.taburineagle.NeewerLite-Python.desktop b/com.github.taburineagle.NeewerLite-Python.desktop new file mode 100644 index 0000000..0eedace --- /dev/null +++ b/com.github.taburineagle.NeewerLite-Python.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=1.0 +Type=Application + +Name=NeewerLite-Python +Comment=Control your Neewer light with your computer +Categories=Utility;Amusement; + +Icon=com.github.taburineagle.NeewerLite-Python +Exec=NeewerLite-Python.py +Terminal=false \ No newline at end of file diff --git a/com.github.taburineagle.NeewerLite-Python.metainfo.xml b/com.github.taburineagle.NeewerLite-Python.metainfo.xml new file mode 100644 index 0000000..9df1017 --- /dev/null +++ b/com.github.taburineagle.NeewerLite-Python.metainfo.xml @@ -0,0 +1,24 @@ + + + com.github.taburineagle.NeewerLite-Python + NeewerLite-Python + MIT + MIT + Zach Glenwright + Control your Neewer light with your computer + +

+ Control your Neewer light via Bluetooth with a GUI, CLI or HTTP interface +

+
+ https://github.com/taburineagle/NeewerLite-Python + + + https://user-images.githubusercontent.com/18430526/174457747-132d69ed-5130-49c3-b0f6-9e45e3013081.png + + + + + + +
diff --git a/com.github.taburineagle.NeewerLite-Python.png b/com.github.taburineagle.NeewerLite-Python.png new file mode 100644 index 0000000..e4dcf69 Binary files /dev/null and b/com.github.taburineagle.NeewerLite-Python.png differ diff --git a/com.github.taburineagle.NeewerLite-Python.svg b/com.github.taburineagle.NeewerLite-Python.svg new file mode 100644 index 0000000..09a3dac --- /dev/null +++ b/com.github.taburineagle.NeewerLite-Python.svg @@ -0,0 +1,179 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/systemd/README.md b/docs/systemd/README.md index 34d3a52..ec9aa62 100644 --- a/docs/systemd/README.md +++ b/docs/systemd/README.md @@ -21,13 +21,13 @@ In order to enable the application as a service on a Linux systemd enabled syste 3. Download the latest release of NeewerLite-Python and export it the folder `/opt/NeewerLite-Python/` . ```bash - wget https://github.com/taburineagle/NeewerLite-Python/archive/refs/tags/0.12b.zip -O ~/NeewerLite-Python.zip && sudo unzip ~/NeewerLite-Python.zip -d /opt/ + wget https://github.com/taburineagle/NeewerLite-Python/archive/refs/tags/0.12c.zip -O ~/NeewerLite-Python.zip && sudo unzip ~/NeewerLite-Python.zip -d /opt/ ``` 4. Rename the folder that was created to `NeewerLite-Python`. ```bash - sudo mv /opt/NeewerLite-Python-0.12b /opt/NeewerLite-Python + sudo mv /opt/NeewerLite-Python-0.12c /opt/NeewerLite-Python ``` 5. Change the ownership of the files in the folder to the executing user.