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
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
if_merged:
|
|
||||||
if: github.event.pull_request.merged == true
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- run: |
|
|
||||||
echo The PR was merged
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
needs: [Lua-checks,Python-checks]
|
if: github.event.pull_request.merged == true
|
||||||
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:
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@ MissionOutput/
|
|||||||
.idea
|
.idea
|
||||||
*.env
|
*.env
|
||||||
RotorOps_setup.exe
|
RotorOps_setup.exe
|
||||||
|
Generator/resources.py
|
||||||
|
|||||||
@ -1,4 +1,6 @@
|
|||||||
import json
|
import json
|
||||||
|
|
||||||
|
import dcs.installation
|
||||||
import yaml
|
import yaml
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
@ -102,6 +104,8 @@ attackers_text = "Attacking Forces:"
|
|||||||
ratings_json = None
|
ratings_json = None
|
||||||
|
|
||||||
logger.info("RotorOps v" + version.version_string)
|
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 to set windows app ID to display taskbar icon properly
|
||||||
try:
|
try:
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
|||||||
# ROTOROPS VERSION
|
# ROTOROPS VERSION
|
||||||
maj_version = 1
|
maj_version = 1
|
||||||
minor_version = 5
|
minor_version = 5
|
||||||
patch_version = 1
|
patch_version = 2
|
||||||
|
|
||||||
version_url = 'https://dcs-helicopters.com/app-updates/versioncheck.yaml'
|
version_url = 'https://dcs-helicopters.com/app-updates/versioncheck.yaml'
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user