Skip to content
Snippets Groups Projects
Commit 31a85d67 authored by JOSSOUD Olivier's avatar JOSSOUD Olivier
Browse files

Files for Ubuntu desktop shortcut setup.

parent 3f1267bd
No related branches found
No related tags found
No related merge requests found
# This file is the descriptor for Ubuntu Desktop icon/menu.
# To be copied in /usr/share/applications
[Desktop Entry]
Type=Application
Terminal=false
Name=CFA-Analysis
Icon=/homel/cfa/Code/cfa-analysis/media/icon.png
Exec=/homel/cfa/Code/cfa-analysis/scripts/launch_app.sh
Comment=Software for CFA data outputs analysis
Categories=Development;
media/icon.png

5.97 KiB

#!/usr/bin/env bash
###############################################################################
# CFA Analysis launcher
###############################################################################
# Change working directory to project's 'src' (assuming that this script is in
# project's 'scripts' directory).
cd "${0%/*}"/../src
# Launch main.py (/!\ it should be executable!)
./main.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment