From 691061bf688561f419225e949825401920176e40 Mon Sep 17 00:00:00 2001 From: Yannick Mauray Date: Mon, 15 Jul 2024 13:54:21 +0200 Subject: [PATCH] feat: getting ready for publication on the mac app strore --- distribute_options.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/distribute_options.yaml b/distribute_options.yaml index cd4cae6..d212569 100644 --- a/distribute_options.yaml +++ b/distribute_options.yaml @@ -12,3 +12,10 @@ releases: dart-define: APP_ENV: dev publish_to: none + - name: macos-dev + jobs: + - name: quickgui-dev-macos + package: + platform: macos + target: dmg + publish_to: none \ No newline at end of file