Add mod-pack: mods-online

This commit is contained in:
Fierelier 2022-06-22 07:27:57 +02:00
parent d80d911fd6
commit c4f289013a
4 changed files with 5 additions and 0 deletions

2
mods-online/condition.py Normal file
View File

@ -0,0 +1,2 @@
if (opusnt.target["type"] != "online"):
skip = True

View File

@ -0,0 +1 @@
Run SetupComplete scripts when applying on an online system.

View File

@ -0,0 +1 @@
subprocess.run(["call","%SystemDrive%\\Windows\\Setup\\Scripts\\SetupComplete.cmd"],check=True,shell=True)

View File

@ -0,0 +1 @@
quality