Add linux assets
This commit is contained in:
10
assets/linux/flatcam-beta
Executable file
10
assets/linux/flatcam-beta
Executable 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 $*
|
||||
7
assets/linux/flatcam-beta.desktop
Normal file
7
assets/linux/flatcam-beta.desktop
Normal 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
BIN
assets/linux/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
Reference in New Issue
Block a user