From 9bfc40d7330dbd4be51c6f7970279ebc998aa43b Mon Sep 17 00:00:00 2001 From: Quality App Developer Date: Thu, 5 Feb 2026 09:21:32 +0200 Subject: [PATCH] updated push --- build_exe.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build_exe.py b/build_exe.py index 6f4afa9..0c2165a 100644 --- a/build_exe.py +++ b/build_exe.py @@ -1,6 +1,15 @@ """ PyInstaller build script for Label Printer GUI Run this to create a standalone Windows executable + +IMPORTANT: This script MUST be run on Windows to generate a Windows .exe file. +If run on Linux/macOS, it will create a Linux/macOS binary that won't work on Windows. + +To build for Windows: +1. Copy this project to a Windows machine +2. Install dependencies: pip install -r requirements_gui.txt +3. Run this script: python build_exe.py +4. The Windows .exe will be created in the dist/ folder """ import os