Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit 99b2d67

Browse files
committed
feat: fix ci and "master branch"
1 parent 9124cf8 commit 99b2d67

File tree

5 files changed

+18
-50
lines changed

5 files changed

+18
-50
lines changed

.github/workflows/flutterci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,10 @@ jobs:
8181
draft: true
8282
prerelease: false
8383
files: |
84-
build/installer/ArgonInstaller-windows-x86_64-setup.exe
85-
scripts/ArgonInstaller-windows-x86_64-setup.exe
86-
scripts/ArgonInstaller-windows-x86_64-setup.exe.exe
87-
build/argoninstaller.*.nupkg
88-
scripts/Output/ArgonInstaller-windows-x86_64-setup.exe.exe
89-
scripts/Output/ArgonInstaller-windows-x86_64-setup.exe
84+
build/installer/*-setup.exe
85+
build/*-setup.exe
86+
scripts/*-setup.exe
87+
scripts/Output/*-setup.exe
9088
ArgonInstaller-windows-x86_64.zip
9189
token: ${{ secrets.GITHUB_TOKEN }}
9290

pubspec.lock

Lines changed: 11 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -120,20 +120,6 @@ packages:
120120
url: "https://pub.dartlang.org"
121121
source: hosted
122122
version: "2.0.1"
123-
cli_dialog:
124-
dependency: transitive
125-
description:
126-
name: cli_dialog
127-
url: "https://pub.dartlang.org"
128-
source: hosted
129-
version: "0.5.0"
130-
cli_util:
131-
dependency: transitive
132-
description:
133-
name: cli_util
134-
url: "https://pub.dartlang.org"
135-
source: hosted
136-
version: "0.3.5"
137123
clock:
138124
dependency: transitive
139125
description:
@@ -176,13 +162,6 @@ packages:
176162
url: "https://pub.dartlang.org"
177163
source: hosted
178164
version: "3.0.1"
179-
dart_console:
180-
dependency: transitive
181-
description:
182-
name: dart_console
183-
url: "https://pub.dartlang.org"
184-
source: hosted
185-
version: "1.0.0"
186165
dart_style:
187166
dependency: transitive
188167
description:
@@ -277,10 +256,12 @@ packages:
277256
fluent_ui:
278257
dependency: "direct main"
279258
description:
280-
name: fluent_ui
281-
url: "https://pub.dartlang.org"
282-
source: hosted
283-
version: "3.9.1"
259+
path: "."
260+
ref: HEAD
261+
resolved-ref: "99282610c6660da08030ec2550464b9de069563d"
262+
url: "https://github.com/bdlukaa/fluent_ui.git"
263+
source: git
264+
version: "3.9.2"
284265
flutter:
285266
dependency: "direct main"
286267
description: flutter
@@ -300,6 +281,11 @@ packages:
300281
url: "https://pub.dartlang.org"
301282
source: hosted
302283
version: "1.0.4"
284+
flutter_localizations:
285+
dependency: transitive
286+
description: flutter
287+
source: sdk
288+
version: "0.0.0"
303289
flutter_markdown:
304290
dependency: "direct main"
305291
description:
@@ -492,13 +478,6 @@ packages:
492478
url: "https://pub.dartlang.org"
493479
source: hosted
494480
version: "1.0.1"
495-
msix:
496-
dependency: "direct dev"
497-
description:
498-
name: msix
499-
url: "https://pub.dartlang.org"
500-
source: hosted
501-
version: "3.3.2"
502481
nested:
503482
dependency: transitive
504483
description:

pubspec.yaml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ dependencies:
1717
flutter_native_splash: ^2.0.5
1818
url_launcher: ^6.0.20
1919
url_strategy: ^0.2.0
20-
# bitsdojo_window: ^0.1.1+1
2120
window_manager: ^0.2.0
2221
shared_preferences: ^2.0.8
2322
flutter_svg: ^1.0.3
@@ -31,23 +30,15 @@ dependencies:
3130
file_selector_macos:
3231
file_selector_windows:
3332
file_selector: ^0.8.3
34-
fluent_ui: ^3.9.1
33+
fluent_ui:
34+
git: https://github.com/bdlukaa/fluent_ui.git
3535

3636
dev_dependencies:
3737
build_runner: ^2.0.0
3838
json_serializable: ^6.0.0
3939
dependency_validator: ^3.0.0
4040
isar_generator: 2.2.1
4141
flutter_lints: ^1.0.0
42-
msix: ^3.3.1
43-
44-
# For information on the generic Dart part of this file, see the
45-
# following page: https://dart.dev/tools/pub/pubspec
46-
47-
msix_config:
48-
identity_name: pro.tricked.argoninstaller
49-
install_certificate: false
50-
capabilities: internetClient
5142

5243
flutter_native_splash:
5344
color: '#42a5f5'

scripts/windows-setup-creator.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ DisableProgramGroupPage=yes
2727
; Remove the following line to run in administrative install mode (install for all users.)
2828
PrivilegesRequired=lowest
2929
PrivilegesRequiredOverridesAllowed=dialog
30-
OutputBaseFilename=ArgonInstaller-windows-x86_64-setup
30+
OutputBaseFilename=argoninstaller-windows-x86_64-setup
3131
Compression=lzma
3232
SolidCompression=yes
3333
WizardStyle=modern
2.86 KB
Binary file not shown.

0 commit comments

Comments
 (0)