Skip to content

Commit 5d4fdd4

Browse files
committed
comment out encrypted uwp extensions
1 parent 84df586 commit 5d4fdd4

File tree

5 files changed

+50
-71
lines changed

5 files changed

+50
-71
lines changed

lib/l10n/untranslated.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
"zh": [
33
"usabilitySESLabel",
44
"usabilitySESDescription",
5-
"perfBALabel",
6-
"perfBADescription",
75
"settingsLanguageDescription",
86
"pageMSStore",
97
"msstoreSearchingPackages",

lib/main.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import 'package:path/path.dart' as p;
1717
Future<void> main() async {
1818
await runZonedGuarded<Future<void>>(() async {
1919
WidgetsFlutterBinding.ensureInitialized();
20+
2021
final path = p.join(Directory.systemTemp.path, 'Revision-Tool', 'Logs');
2122

2223
initLogger(path);

lib/services/msstore_service.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ class MSStoreService {
5151
"appxbundle",
5252
"msix",
5353
"msixbundle",
54-
"eappx",
55-
"eappxbundle",
56-
"emsix",
57-
"emsixbundle"
54+
// "eappx",
55+
// "eappxbundle",
56+
// "emsix",
57+
// "emsixbundle"
5858
};
5959
static var _cookie = "";
6060

pubspec.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ packages:
7777
dependency: transitive
7878
description:
7979
name: build_resolvers
80-
sha256: "64e12b0521812d1684b1917bc80945625391cb9bdd4312536b1d69dcb6133ed8"
80+
sha256: "339086358431fa15d7eca8b6a36e5d783728cf025e559b834f4609a1fcfb7b0a"
8181
url: "https://pub.dev"
8282
source: hosted
83-
version: "2.4.1"
83+
version: "2.4.2"
8484
build_runner:
8585
dependency: "direct dev"
8686
description:
@@ -265,10 +265,10 @@ packages:
265265
dependency: "direct dev"
266266
description:
267267
name: freezed
268-
sha256: "21bf2825311de65501d22e563e3d7605dff57fb5e6da982db785ae5372ff018a"
268+
sha256: "6c5031daae12c7072b3a87eff98983076434b4889ef2a44384d0cae3f82372ba"
269269
url: "https://pub.dev"
270270
source: hosted
271-
version: "2.4.5"
271+
version: "2.4.6"
272272
freezed_annotation:
273273
dependency: "direct main"
274274
description:
@@ -630,10 +630,10 @@ packages:
630630
dependency: transitive
631631
description:
632632
name: source_gen
633-
sha256: fc0da689e5302edb6177fdd964efcb7f58912f43c28c2047a808f5bfff643d16
633+
sha256: "14658ba5f669685cd3d63701d01b31ea748310f7ab854e471962670abcf57832"
634634
url: "https://pub.dev"
635635
source: hosted
636-
version: "1.4.0"
636+
version: "1.5.0"
637637
source_helper:
638638
dependency: transitive
639639
description:
@@ -771,7 +771,7 @@ packages:
771771
source: hosted
772772
version: "2.4.0"
773773
win32:
774-
dependency: "direct main"
774+
dependency: transitive
775775
description:
776776
name: win32
777777
sha256: b0f37db61ba2f2e9b7a78a1caece0052564d1bc70668156cf3a29d676fe4e574

pubspec.yaml

Lines changed: 38 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,97 +1,77 @@
11
name: revitool
22
description: A tool to personalize ReviOS to your needs
3-
4-
# The following line prevents the package from being accidentally published to
5-
# pub.dev using `flutter pub publish`. This is preferred for private packages.
6-
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
3+
publish_to: 'none'
74

85
# The version number defaults to 1.0.0 for easier development and is incremented by the build flags based on the tag
96
version: 1.0.0+1
107

118
environment:
129
sdk: '>=3.2.3 <4.0.0'
1310

14-
# Dependencies specify other packages that your package needs in order to work.
15-
# To automatically upgrade your package dependencies to the latest versions
16-
# consider running `flutter pub upgrade --major-versions`. Alternatively,
17-
# dependencies can be manually updated by changing the version numbers below to
18-
# the latest version available on pub.dev. To see which dependencies have newer
19-
# versions available, run `flutter pub outdated`.
2011
dependencies:
2112
flutter:
2213
sdk: flutter
14+
15+
# Localization
2316
flutter_localizations:
2417
sdk: flutter
2518
intl: '>=0.18.0 <= 1.0.0'
19+
20+
# UI
2621
fluent_ui: ^4.8.2
2722
system_theme: ^2.3.1
23+
fluentui_system_icons: ^1.1.223
24+
window_plus:
25+
git:
26+
url: https://github.com/melo936/window_plus
27+
28+
# State management
2829
provider: ^6.0.5
30+
31+
# Path
2932
path_provider: ^2.1.1
33+
path: ^1.8.3
34+
35+
# Network
3036
dio: ^5.4.0
31-
win32_registry:
37+
38+
# Shell
3239
process_run: ^0.13.1
33-
window_plus:
34-
git:
35-
url: https://github.com/melo936/window_plus
36-
fluentui_system_icons: ^1.1.223
40+
41+
# Used to get the version of the app
3742
package_info_plus: any
38-
collection: ^1.18.0
39-
win32: ^5.0.9
43+
44+
# Interactivity with Windows
45+
# win32: ^5.0.9
46+
win32_registry:
47+
48+
# Code generation
4049
freezed_annotation: ^2.4.1
4150
json_annotation: ^4.8.1
42-
xml: any
51+
52+
# Logging
4353
mixin_logger: ^0.1.1
44-
path: ^1.8.3
54+
55+
# Command line
56+
# commandline_or_gui_windows: ^2.1.2
57+
# args: ^2.4.2
58+
59+
# Other
60+
collection: ^1.18.0
61+
xml: any
4562

4663
dev_dependencies:
4764
flutter_test:
4865
sdk: flutter
4966
flutter_lints: ^3.0.1
5067
build_runner: ^2.4.7
51-
freezed: ^2.4.5
68+
freezed: ^2.4.6
5269
json_serializable: ^6.7.1
53-
54-
# msix: ^3.7.0
55-
56-
# For information on the generic Dart part of this file, see the
57-
# following page: https://dart.dev/tools/pub/pubspec
5870

59-
# The following section is specific to Flutter packages.
6071
flutter:
6172
generate: true
62-
63-
# The following line ensures that the Material Icons font is
64-
# included with your application, so that you can use the icons in
65-
# the material Icons class.
6673
uses-material-design: true
6774

68-
# To add assets to your application, add an assets section, like this:
6975
assets:
7076
- additionals/
71-
- additionals/msstore/
72-
73-
# An image asset can refer to one or more resolution-specific "variants", see
74-
# https://flutter.dev/assets-and-images/#resolution-aware
75-
76-
# For details regarding adding assets from package dependencies, see
77-
# https://flutter.dev/assets-and-images/#from-packages
78-
79-
# To add custom fonts to your application, add a fonts section here,
80-
# in this "flutter" section. Each entry in this list should have a
81-
# "family" key with the font family name, and a "fonts" key with a
82-
# list giving the asset and other descriptors for the font. For
83-
# example:
84-
# fonts:
85-
# - family: Schyler
86-
# fonts:
87-
# - asset: fonts/Schyler-Regular.ttf
88-
# - asset: fonts/Schyler-Italic.ttf
89-
# style: italic
90-
# - family: Trajan Pro
91-
# fonts:
92-
# - asset: fonts/TrajanPro.ttf
93-
# - asset: fonts/TrajanPro_Bold.ttf
94-
# weight: 700
95-
#
96-
# For details regarding fonts from package dependencies,
97-
# see https://flutter.dev/custom-fonts/#from-packages
77+
- additionals/msstore/

0 commit comments

Comments
 (0)