Skip to content

Commit

Permalink
fix windows package no sign
Browse files Browse the repository at this point in the history
  • Loading branch information
zmhu committed Sep 24, 2023
1 parent bddf99e commit 6f00506
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
VERSION ?= 0.0.1
change-version:
sed -i -e "s/version: .*/version: $(VERSION)/" pubspec.yaml
sed -i -e "s/msix_version: .*/msix_version: $(VERSION).1" windows/packaging/msix/make_config.yaml

CHANNEL ?= dev
change-channel:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.0.1+1
version: 0.0.2+1

environment:
sdk: ">=3.1.0 <4.0.0"
Expand Down
6 changes: 4 additions & 2 deletions windows/packaging/msix/make_config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
display_name: Geek Chat
msix_version: 1.0.0.0
msix_version: 1.0.2.0
publisher_display_name: Geek Chat
identity_name: com.macgeeker.geekchat
capabilities: internetClient, location
capabilities: internetClient, location
install_certificate: 'false'
logo_path: assets/icon.png

0 comments on commit 6f00506

Please sign in to comment.