diff --git a/LinuxMint/MeshtasticClient.code-workspace b/LinuxMint/MeshtasticClient.code-workspace new file mode 100644 index 0000000..990ca49 --- /dev/null +++ b/LinuxMint/MeshtasticClient.code-workspace @@ -0,0 +1,17 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": { + "python.defaultInterpreterPath": "/home/knud/GIT/Meshtastic/Meshtastic_client/.venv/bin/python", + "python.interpreterPath": "/home/knud/GIT/Meshtastic/Meshtastic_client/.venv/bin/python", + "python.pythonPath": "/home/knud/GIT/Meshtastic/Meshtastic_client/.venv/bin/python", + "python.terminal.activateEnvironment": true, + "terminal.integrated.env.linux": { + "VIRTUAL_ENV": "${workspaceFolder}/.venv", + "PATH": "${workspaceFolder}/.venv/bin:${env:PATH}" + } + } +} diff --git a/LinuxMint/meshtastic-client.desktop b/LinuxMint/meshtastic-client.desktop new file mode 100644 index 0000000..badf5ad --- /dev/null +++ b/LinuxMint/meshtastic-client.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=Meshtastic Client +Comment=Meshtastic Desktop Client +Exec=meshtastic-client +Terminal=false +Type=Application +Icon=meshtastic +Categories=Network;Utility; +NoDisplay=false + diff --git a/LinuxMint/meshtastic.png b/LinuxMint/meshtastic.png new file mode 100644 index 0000000..668347f Binary files /dev/null and b/LinuxMint/meshtastic.png differ