Update Makefile - add migrated_fynedo to all platforms

This commit is contained in:
Drew Weymouth
2025-02-11 17:33:22 -03:00
committed by GitHub
parent 6130fbad3a
commit f064e4cf11
+2 -2
View File
@@ -25,7 +25,7 @@ zip_macos:
zip --symlinks -r Supersonic.zip Supersonic.app/ zip --symlinks -r Supersonic.zip Supersonic.app/
package_windows: package_windows:
fyne package -os windows fyne package -os windows -tags migrated_fynedo
package_linux: package_linux:
fyne package -os linux fyne package -os linux -tags migrated_fynedo