From d73330cf0b2239da7064f6e0ee49b3c744d956ab Mon Sep 17 00:00:00 2001 From: Hiddify Date: Fri, 8 Mar 2024 12:43:12 +0100 Subject: [PATCH] use software rendering for windows. may resolve white screen? --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c310634f..ff6e44e3 100644 --- a/Makefile +++ b/Makefile @@ -124,10 +124,10 @@ android-aab-release: ls -R build/app/outputs windows-release: - flutter_distributor package --flutter-build-args=verbose --platform windows --targets exe,msix $(DISTRIBUTOR_ARGS) + flutter_distributor package --flutter-build-args=--enable-software-rendering --platform windows --targets exe,msix $(DISTRIBUTOR_ARGS) linux-release: - flutter_distributor package --platform linux --targets deb,rpm,appimage $(DISTRIBUTOR_ARGS) + flutter_distributor package --flutter-build-args=--enable-software-rendering --platform linux --targets deb,rpm,appimage $(DISTRIBUTOR_ARGS) macos-release: flutter_distributor package --platform macos --targets dmg,pkg $(DISTRIBUTOR_ARGS)