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:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user