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

View File

@ -7,15 +7,9 @@ on:
- main
jobs:
if_merged:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- run: |
echo The PR was merged
deploy:
needs: [Lua-checks,Python-checks]
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest # windows-latest | macos-latest
name: Deploy to updater if files changed
steps:

1
.gitignore vendored
View File

@ -26,3 +26,4 @@ MissionOutput/
.idea
*.env
RotorOps_setup.exe
Generator/resources.py

View File

@ -1,4 +1,6 @@
import json
import dcs.installation
import yaml
import sys
import os
@ -102,6 +104,8 @@ attackers_text = "Attacking Forces:"
ratings_json = None
logger.info("RotorOps v" + version.version_string)
logger.info("pydcs DCS installation directory: " + dcs.installation.get_dcs_install_directory())
logger.info("pydcs DCS saved games directory: " + dcs.installation.get_dcs_saved_games_directory())
# Try to set windows app ID to display taskbar icon properly
try:

File diff suppressed because it is too large Load Diff

View File

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

Binary file not shown.