## Windows上Samba访问地址切换成Ubuntu实际路径小工具 ### 安装步骤 ```bash python -m venv venv .\venv\Scripts\activate pip install -r requirements.txt python path_gui.py pyinstaller --noconsole --icon=logo.ico --name="PathWarp" path_gui.py ```