disable pydcs using savedgames directory (#57)

This commit is contained in:
Spencer Shepard 2023-05-20 16:29:17 -07:00 committed by GitHub
parent f5dfcf0448
commit 756dfd5269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
name: Lua Checks name: Lua-checks
on: [push, pull_request] on: [push, pull_request]
jobs: jobs:
lua-linter: lua-linter:

View File

@ -1,4 +1,4 @@
name: CI name: Deploy-to-updater
on: on:
pull_request: pull_request:
types: types:
@ -15,7 +15,7 @@ jobs:
echo The PR was merged echo The PR was merged
deploy: deploy:
needs: [Lua Checks, Python Checks] needs: [Lua-checks,Python-checks]
runs-on: ubuntu-latest # windows-latest | macos-latest runs-on: ubuntu-latest # windows-latest | macos-latest
name: Deploy to updater if files changed name: Deploy to updater if files changed
steps: steps:

View File

@ -1,4 +1,4 @@
name: Python Checks name: Python-checks
on: [push, pull_request] on: [push, pull_request]

View File

@ -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 packaging==21.3
PyQt5==5.15.9 PyQt5==5.15.9
PyYAML==6.0 PyYAML==6.0

View File

@ -1,7 +1,7 @@
# ROTOROPS VERSION # ROTOROPS VERSION
maj_version = 1 maj_version = 1
minor_version = 5 minor_version = 5
patch_version = 0 patch_version = 1
version_url = 'https://dcs-helicopters.com/app-updates/versioncheck.yaml' version_url = 'https://dcs-helicopters.com/app-updates/versioncheck.yaml'

Binary file not shown.