Skip to content

Commit

Permalink
🔀 Merge pull request #225 from AssistantNMS/develop
Browse files Browse the repository at this point in the history
🔖 2.18.0
  • Loading branch information
Khaoz-Topsy authored Aug 31, 2023
2 parents 95e195c + b1ad4f6 commit 82f99d7
Show file tree
Hide file tree
Showing 235 changed files with 33,208 additions and 2,682 deletions.
50 changes: 50 additions & 0 deletions .github/workflows/flutterWindows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
name: Flutter Deploy - Windows

permissions:
contents: write
pages: write
id-token: write

# Allow one concurrent deployment
concurrency:
group: 'build-windows'
cancel-in-progress: true

on:
workflow_dispatch:
push:
tags:
- '2.*'

jobs:
build:
runs-on: windows-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

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

- name: Write env file
env:
ENV_DART: ${{ secrets.ENV_DART }}
run: |
$Env:ENV_DART | Out-File ./lib/env.dart
- name: Build Windows release version
run: flutter build windows --release

- name: Building the installer
shell: cmd
run: |
"%programfiles(x86)%\Inno Setup 6\iscc.exe" "installers\assistantNMS.iss"
- name: Upload Artifact
uses: actions/upload-artifact@v1
with:
name: AssistantNMS_setup
path: 'installers/AssistantNMS_setup.exe'
1 change: 1 addition & 0 deletions assets/data/catalogue.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"raw50",
"raw31",
"raw72",
"raw73",
"raw51",
"raw52",
"raw53",
Expand Down
Loading

0 comments on commit 82f99d7

Please sign in to comment.