Skip to content

Commit de593d3

Browse files
authored
🔀 Merge pull request #248 from AssistantNMS/develop
🔖 2.24.0
2 parents 7ba775c + c7796f1 commit de593d3

452 files changed

Lines changed: 136177 additions & 8646 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/flutterWeb.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ concurrency:
1010
group: 'pages'
1111
cancel-in-progress: true
1212

13-
env:
14-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15-
1613
on:
14+
workflow_dispatch:
1715
push:
1816
branches: ['main']
1917

@@ -25,10 +23,10 @@ jobs:
2523
url: ${{ steps.deployment.outputs.page_url }}
2624

2725
steps:
28-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2927
- uses: subosito/flutter-action@v1
3028
with:
31-
channel: 'master' # or: 'beta', 'dev' or 'master'
29+
channel: 'stable' # 'stable', 'beta', 'dev' or 'master'
3230

3331
- name: Write env file
3432
env:
@@ -39,7 +37,7 @@ jobs:
3937
- name: Enable web
4038
run: flutter config --enable-web
4139

42-
- name: Build release version
40+
- name: Build Web release version
4341
run: flutter build web -t lib/prod.dart --release
4442

4543
- name: Upload artifact

.github/workflows/flutterWindows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
url: ${{ steps.deployment.outputs.page_url }}
2424

2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
- uses: subosito/flutter-action@v1
2828
with:
2929
channel: 'stable' # 'stable', 'beta', 'dev' or 'master'
@@ -38,7 +38,7 @@ jobs:
3838
run: dart scripts\platform_type_on.dart
3939

4040
- name: Build Windows release version
41-
run: flutter build windows --release
41+
run: flutter build windows -t lib/prod.dart --release
4242

4343
- name: Building the installer
4444
shell: cmd

assets/data/alphabetTranslations.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,5 +234,13 @@
234234
{
235235
"AppId": "build1083",
236236
"Text": "starborn"
237+
},
238+
{
239+
"AppId": "build1117",
240+
"Text": "Ship parts available every day"
241+
},
242+
{
243+
"AppId": "build1118",
244+
"Text": "Bake sale"
237245
}
238246
]

0 commit comments

Comments
 (0)