Signing, Installer, New Workflows
This commit is contained in:
@@ -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: 1.0.0+1
|
||||
version: 1.0.1+2
|
||||
|
||||
environment:
|
||||
sdk: '>=3.5.0 <4.0.0'
|
||||
@@ -86,6 +86,9 @@ dev_dependencies:
|
||||
# package. See that file for information about deactivating specific lint
|
||||
# rules and activating additional ones.
|
||||
flutter_lints: ^5.0.0
|
||||
|
||||
# Windows installer creation
|
||||
msix: ^3.16.8
|
||||
|
||||
# For information on the generic Dart part of this file, see the
|
||||
# following page: https://dart.dev/tools/pub/pubspec
|
||||
@@ -130,3 +133,22 @@ flutter:
|
||||
#
|
||||
# For details regarding fonts from package dependencies,
|
||||
# see https://flutter.dev/to/font-from-package
|
||||
|
||||
# MSIX configuration for Windows installer
|
||||
msix_config:
|
||||
display_name: rmtPocketWatcher
|
||||
publisher_display_name: Lambda Banking Conglomerate
|
||||
identity_name: LambdaBankingConglomerate.rmtPocketWatcher
|
||||
msix_version: 1.0.1.0
|
||||
description: Star Citizen AUEC Price Tracker - Bloomberg-style terminal interface for real-time RMT price monitoring
|
||||
publisher: CN=Lambda Banking Conglomerate, O=Lambda Banking Conglomerate, C=US
|
||||
logo_path: assets/logo.png
|
||||
start_menu_icon_path: assets/logo.png
|
||||
tile_icon_path: assets/logo.png
|
||||
icons_background_color: transparent
|
||||
architecture: x64
|
||||
capabilities: 'internetClient,privateNetworkClientServer'
|
||||
store: false
|
||||
install_certificate: false
|
||||
certificate_path: certificates/rmtPocketWatcher.pfx
|
||||
certificate_password: rmtPocketWatcher2024!
|
||||
|
||||
Reference in New Issue
Block a user