Changed how deb packaging is setup, deleted unused dirs, updated readme

This commit is contained in:
2023-02-21 14:23:39 -06:00
parent f5dd0e9ff0
commit c508bcffe6
166 changed files with 1643 additions and 9884 deletions

View File

@@ -1,3 +0,0 @@
"""
Tests Module
"""

View File

@@ -4,7 +4,7 @@
using namespace std;
int main() {
chdir("/opt/SolarFM/");
system("python .");
chdir("/opt/");
system("python solarfm.zip");
return 0;
}

View File

@@ -1,12 +0,0 @@
#!/bin/bash
# set -o xtrace ## To debug scripts
# set -o errexit ## To exit on error
# set -o errunset ## To exit if a variable is referenced but not set
function main() {
find . -name "__pycache__" -exec rm -rf $1 {} \;
find . -name "*.pyc" -exec rm -rf $1 {} \;
}
main

View File

@@ -1,12 +0,0 @@
[Desktop Entry]
Name=SolarFM
GenericName=File Manager
Comment=A file manager built with Python and GObject introspection.
Path=/home/abaddon/.local/share/solarfm
Exec=/home/abaddon/Portable_Apps/py-venvs/flask-apps-venv/venv/bin/python /home/abaddon/.local/share/solarfm %F
Icon=/home/abaddon/.local/share/solarfm/resources/solarfm-64x64.png
Type=Application
StartupNotify=true
Categories=System;FileTools;Utility;Core;GTK;FileManager;
MimeType=inode/directory;inode/mount-point;x-scheme-handler/ssh;x-scheme-handler/smb;x-scheme-handler/nfs;x-scheme-handler/ftp;x-scheme-handler/ptp;x-scheme-handler/mtp;x-scheme-handler/webdav;x-scheme-handler/http;x-scheme-handler/https;
Terminal=false