Initial commit: Masina-Dock Vehicle Management System
This commit is contained in:
commit
ae923e2c41
4999 changed files with 1607266 additions and 0 deletions
12
AppImage/AppRun
Executable file
12
AppImage/AppRun
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
HERE="$(dirname "$(readlink -f "${0}")")"
|
||||
|
||||
export PYTHONHOME="${HERE}/usr"
|
||||
export PYTHONPATH="${HERE}/usr/lib/python3.11:${HERE}/usr/lib/python3.11/site-packages"
|
||||
export LD_LIBRARY_PATH="${HERE}/usr/lib:${LD_LIBRARY_PATH}"
|
||||
export PATH="${HERE}/usr/bin:${PATH}"
|
||||
|
||||
cd "${HERE}"
|
||||
|
||||
exec "${HERE}/usr/bin/python3" "${HERE}/backend/app.py" "$@"
|
||||
9
AppImage/masina-dock.desktop
Normal file
9
AppImage/masina-dock.desktop
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Masina-Dock
|
||||
Comment=Vehicle Maintenance Records and Fuel Mileage Tracker
|
||||
Exec=AppRun
|
||||
Icon=masina-dock
|
||||
Categories=Utility;
|
||||
Terminal=false
|
||||
StartupWMClass=masina-dock
|
||||
Loading…
Add table
Add a link
Reference in a new issue