From f064e4cf1179f116d16c0d6e6a34c5908b829d0e Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Tue, 11 Feb 2025 17:33:22 -0300 Subject: [PATCH] Update Makefile - add migrated_fynedo to all platforms --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 27303c8..f91cfdf 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ zip_macos: zip --symlinks -r Supersonic.zip Supersonic.app/ package_windows: - fyne package -os windows + fyne package -os windows -tags migrated_fynedo package_linux: - fyne package -os linux + fyne package -os linux -tags migrated_fynedo