Skip to content

Commit

Permalink
0.3.6+9
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Jan 16, 2022
1 parent 0953576 commit 6c70822
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions distribute_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
output: dist/
releases:
- name: prod
jobs:
- name: release-macos-dmg
package:
platform: macos
target: dmg
build_args:
dart-define:
APP_ENV: production
- name: release-macos-zip
package:
platform: macos
target: zip
build_args:
dart-define:
APP_ENV: production
- name: release-windows-exe
package:
platform: windows
target: exe
build_args:
dart-define:
APP_ENV: production
- name: release-windows-zip
package:
platform: windows
target: zip
build_args:
dart-define:
APP_ENV: production
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.3.5+8
version: 0.3.6+9

environment:
sdk: ">=2.7.0 <3.0.0"
Expand Down

0 comments on commit 6c70822

Please sign in to comment.