Skip to content

Commit 572340c

Browse files
authored
Merge pull request #12 from arran4/codex/fix-msix-and-publishing-errors
Fix MSIX config and add macOS PKG packaging
2 parents 8001435 + 86fb84e commit 572340c

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

distribute_options.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,15 @@ releases:
131131
repo-owner: arran4
132132
repo-name: flutter_google_datastore
133133
# Disabled for packaging reasons atm.
134-
# - name: macos-pkg
135-
# package:
136-
# platform: macos
137-
# target: pkg
138-
# publish:
139-
# target: github
140-
# args:
141-
# repo-owner: arran4
142-
# repo-name: flutter_google_datastore
134+
- name: macos-pkg
135+
package:
136+
platform: macos
137+
target: pkg
138+
publish:
139+
target: github
140+
args:
141+
repo-owner: arran4
142+
repo-name: flutter_google_datastore
143143
- name: macos-zip
144144
package:
145145
platform: macos
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
install-path: /Applications/
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
display_name: Flutter Google Datastore
22
msix_version: 1.0.0.0
3-
install_certificate: false
3+
install_certificate: 'false'

0 commit comments

Comments
 (0)