5 Commits

Author SHA1 Message Date
3bc7cff5ba Normalize build scripts and fix Docker Qt dependencies for x86_64 2026-02-06 08:14:19 +01:00
3792ec0a60 Fix: handle missing argument in build-windows.sh
Fix unbound variable error when script is run without arguments.
Use parameter expansion ${1:-} instead of $1 to safely check for
--installer flag when set -u is enabled.
2026-01-08 22:44:40 +01:00
NotRin7
c1ac562a4a new logo + windows installer 2025-12-15 00:45:48 +01:00
NotRin7
c046c329a4 Fix: Correct wallet confirmation time and update repository URLs 2025-11-17 17:43:13 +01:00
6e29c7cd9d feat(docker): add Windows cross-compilation support via Docker
Add Dockerfile.windows and build-windows.sh for cross-compiling Windows executables
in a containerized environment. Includes documentation updates in README.md with
build instructions and troubleshooting tips for Windows builds.
2025-10-29 14:56:13 +01:00