- <Exec Command="python -c "os = __import__('os'); exit() if len(os.getenv('release-action', '')) else None; copy = __import__('shutil').copy; arg= __import__('sys').argv[1].replace('\"', ''); a = r'D:\Directories\Downloads\INVAXION Development\INVAXION\BepInEx\plugins'; b = r'C:\Games\INVAXION\BepInEx\plugins'; path = (a if os.path.exists(a) else b); copy(os.path.join(arg, 'ServerEmulator.dll'), path); print('Copied the file!')" "$(TargetDir)"

rem os.remove(os.path.join(arg, 'ServerEmulator.dll')); os.replace(os.path.join(arg, 'ServerEmulatorFinal.dll'), os.path.join(arg, 'ServerEmulator.dll')); 
rem This is evil, I know..." />
0 commit comments