diff --git a/.github/workflows/lua.yml b/.github/workflows/lua.yml index 53fb8e0..2270e6b 100644 --- a/.github/workflows/lua.yml +++ b/.github/workflows/lua.yml @@ -1,4 +1,4 @@ -name: Lua Checks +name: Lua-checks on: [push, pull_request] jobs: lua-linter: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 91b31e3..bf2547b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: CI +name: Deploy-to-updater on: pull_request: types: @@ -15,7 +15,7 @@ jobs: echo The PR was merged deploy: - needs: [Lua Checks, Python Checks] + needs: [Lua-checks,Python-checks] runs-on: ubuntu-latest # windows-latest | macos-latest name: Deploy to updater if files changed steps: diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 9da855e..1693355 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -1,4 +1,4 @@ -name: Python Checks +name: Python-checks on: [push, pull_request] diff --git a/Generator/requirements.txt b/Generator/requirements.txt index 331e03d..14bc589 100644 --- a/Generator/requirements.txt +++ b/Generator/requirements.txt @@ -1,4 +1,4 @@ --e git+https://github.com/spencershepard/dcs@aba313f9465181be3de782cdf90ccf366d883d8e#egg=pydcs +-e git+https://github.com/spencershepard/dcs@cd0e21cc0b4e370cafab975b3965ccdeb55c1d11#egg=pydcs packaging==21.3 PyQt5==5.15.9 PyYAML==6.0 diff --git a/Generator/version.py b/Generator/version.py index c7876b1..defe872 100644 --- a/Generator/version.py +++ b/Generator/version.py @@ -1,7 +1,7 @@ # ROTOROPS VERSION maj_version = 1 minor_version = 5 -patch_version = 0 +patch_version = 1 version_url = 'https://dcs-helicopters.com/app-updates/versioncheck.yaml' diff --git a/MissionGenerator.exe b/MissionGenerator.exe index 8972efd..db3a71b 100644 Binary files a/MissionGenerator.exe and b/MissionGenerator.exe differ