Skip to content

Commit

Permalink
🔀 Merge pull request #248 from AssistantNMS/develop
Browse files Browse the repository at this point in the history
🔖 2.24.0
  • Loading branch information
Khaoz-Topsy authored Mar 27, 2024
2 parents 7ba775c + c7796f1 commit de593d3
Show file tree
Hide file tree
Showing 452 changed files with 136,177 additions and 8,646 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/flutterWeb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ concurrency:
group: 'pages'
cancel-in-progress: true

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

on:
workflow_dispatch:
push:
branches: ['main']

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

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v1
with:
channel: 'master' # or: 'beta', 'dev' or 'master'
channel: 'stable' # 'stable', 'beta', 'dev' or 'master'

- name: Write env file
env:
Expand All @@ -39,7 +37,7 @@ jobs:
- name: Enable web
run: flutter config --enable-web

- name: Build release version
- name: Build Web release version
run: flutter build web -t lib/prod.dart --release

- name: Upload artifact
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/flutterWindows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v1
with:
channel: 'stable' # 'stable', 'beta', 'dev' or 'master'
Expand All @@ -38,7 +38,7 @@ jobs:
run: dart scripts\platform_type_on.dart

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

- name: Building the installer
shell: cmd
Expand Down
8 changes: 8 additions & 0 deletions assets/data/alphabetTranslations.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,5 +234,13 @@
{
"AppId": "build1083",
"Text": "starborn"
},
{
"AppId": "build1117",
"Text": "Ship parts available every day"
},
{
"AppId": "build1118",
"Text": "Bake sale"
}
]
Loading

0 comments on commit de593d3

Please sign in to comment.