mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
New automatic de-briefing system implemented
This commit is contained in:
@@ -47,12 +47,6 @@ if __name__ == "__main__":
|
||||
copyfile("./resources/scripts/MissionScripting.lua", installation.get_dcs_install_directory() + os.path.sep + "Scripts/MissionScripting.lua")
|
||||
app.processEvents()
|
||||
|
||||
# Create DCS Liberation script folder
|
||||
script_dir = installation.get_dcs_saved_games_directory() + os.sep + "Scripts" + os.sep + "DCSLiberation"
|
||||
if not os.path.exists(script_dir):
|
||||
os.makedirs(script_dir)
|
||||
copyfile("./resources/scripts/json.lua", script_dir + os.path.sep + "json.lua")
|
||||
|
||||
# Apply CSS (need works)
|
||||
app.setStyleSheet(css)
|
||||
GameUpdateSignal()
|
||||
|
||||
Reference in New Issue
Block a user