Add linux assets

This commit is contained in:
Leandro 2020-04-27 13:47:56 -03:00
parent f55ed888d4
commit 997bf131a5
3 changed files with 17 additions and 0 deletions

10
assets/linux/flatcam-beta Executable file
View File

@ -0,0 +1,10 @@
#!/bin/bash
current_path=$(dirname $0)
cd $current_path
current_path=$(pwd)
cd -
script_path=$(dirname $current_path)
python3 $script_path/FlatCAM.py $*

View File

@ -0,0 +1,7 @@
[Desktop Entry]
Name=FlatCAM Beta
Exec=./bin/flatcam-beta
Type=Application
StartupNotify=true
Icon=./assets/icon.png
Comment=G-Code from GERBERS

BIN
assets/linux/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB