mirror of
https://github.com/spencershepard/RotorOps.git
synced 2025-11-10 15:45:30 +00:00
5.1.2 (#58)
This commit is contained in:
parent
756dfd5269
commit
fb7f124539
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -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
1
.gitignore
vendored
@ -26,3 +26,4 @@ MissionOutput/
|
||||
.idea
|
||||
*.env
|
||||
RotorOps_setup.exe
|
||||
Generator/resources.py
|
||||
|
||||
@ -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
@ -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.
Loading…
x
Reference in New Issue
Block a user