Changed how deb packaging is setup, deleted unused dirs, updated readme
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
"""
|
||||
Tests Module
|
||||
"""
|
@@ -4,7 +4,7 @@
|
||||
using namespace std;
|
||||
|
||||
int main() {
|
||||
chdir("/opt/SolarFM/");
|
||||
system("python .");
|
||||
chdir("/opt/");
|
||||
system("python solarfm.zip");
|
||||
return 0;
|
||||
}
|
||||
|
@@ -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
|
@@ -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
|
Reference in New Issue
Block a user