use software rendering for windows. may resolve white screen?

This commit is contained in:
Hiddify
2024-03-08 12:43:12 +01:00
parent 141faa4d6c
commit d73330cf0b

View File

@@ -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)