diff --git a/waypoint_manager/scripts/to_exe.sh b/waypoint_manager/scripts/to_exe.sh new file mode 100755 index 0000000..00dddf8 --- /dev/null +++ b/waypoint_manager/scripts/to_exe.sh @@ -0,0 +1,13 @@ +python -m PyInstaller manager_GUI.py --noconsole --noconfirm + +if [ -d ./waypoint_manager ]; then + rm -r ./waypoint_manager +fi + +mv ./dist/manager_GUI ./waypoint_manager +rm -r ./build +rm -r ./dist +rm ./manager_GUI.spec +cp -r ./icons ./waypoint_manager/ + +# If the ModuleNotFoundError occur, copy the module from your environment diff --git a/waypoint_manager/waypoint-manager-for-ubuntu.tar b/waypoint_manager/waypoint-manager-for-ubuntu.tar new file mode 100644 index 0000000..d247cb0 --- /dev/null +++ b/waypoint_manager/waypoint-manager-for-ubuntu.tar Binary files differ diff --git a/waypoint_manager/waypoint-manager-for-windows10.zip b/waypoint_manager/waypoint-manager-for-windows10.zip new file mode 100644 index 0000000..f31eda8 --- /dev/null +++ b/waypoint_manager/waypoint-manager-for-windows10.zip Binary files differ diff --git a/waypoint_manager/waypoint_manager-for-windows10.zip b/waypoint_manager/waypoint_manager-for-windows10.zip deleted file mode 100644 index f31eda8..0000000 --- a/waypoint_manager/waypoint_manager-for-windows10.zip +++ /dev/null Binary files differ