Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 661 Bytes

File metadata and controls

35 lines (22 loc) · 661 Bytes

PySide6 Deployment

Home

01_system_info

Linux: Create .deb installer

# Build executable and installer
$ ./build_linux.sh

# Run setup
$ ./pyside6_deployment_example.deb

# Uninstall
$ $HOME/.local/bin/erriez/pyside6_deployment_example/uninstall.sh

Windows: Create .exe installer

Download and install NSIS.

# Build executable and installer
> build_windows.bat

# Run setup
> 01_deployment_setup.exe

# Uninstall: Via Windows Start Menu or Settings | Apps