diff --git a/lib/src/configuration.dart b/lib/src/configuration.dart index 0f6ba36..627efd6 100644 --- a/lib/src/configuration.dart +++ b/lib/src/configuration.dart @@ -23,8 +23,8 @@ class Configuration { String? identityName; String? msixVersion; String? appDescription; - String buildFilesFolder = - p.join(Directory.current.path, 'build', 'windows', 'runner', 'Release'); + String buildFilesFolder = p.join( + Directory.current.path, 'build', 'windows', 'x64', 'runner', 'Release'); String? certificatePath; String? certificatePassword; String? publisher; diff --git a/pubspec.yaml b/pubspec.yaml index fd6a80f..692c945 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -22,7 +22,7 @@ dependencies: yaml: ^3.1.0 path: ^1.8.0 package_config: ^2.1.0 - get_it: ^7.2.0 + get_it: ^8.0.3 image: ^4.0.9 pub_semver: ^2.1.0 console: ^4.1.0 @@ -30,4 +30,4 @@ dependencies: dev_dependencies: test: ^1.23.0 - flutter_lints: ^2.0.0 + flutter_lints: ^5.0.0