Skip to content

Commit

Permalink
installer DeusExe.u file for kentie's launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Oct 8, 2023
1 parent ec2b891 commit bf37f03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/run-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ runs:
curl -Lo installer/3rdParty/KentieDeusExe.exe
"https://github.com/Defaultplayer001/Deus-Ex-Universe-Community-Update-/raw/master/%5B1.0%5D%20Deus%20Ex%20-%20Windows-Linux-macOS-Android/DXCU%20Installer%20Source/Mods/Community%20Update/System/Alternative%20EXEs/Kentie's%20DeusExe.exe"
shell: bash
- run: >-
curl -Lo /installer/3rdParty/DeusExe.u
"https://github.com/Defaultplayer001/Deus-Ex-Universe-Community-Update-/raw/master/%5B1.0%5D%20Deus%20Ex%20-%20Windows-Linux-macOS-Android/DXCU%20Installer%20Source/Mods/Community%20Update/System/DeusExe.u"
- run: >-
curl -Lo installer/3rdParty/Launch.exe
"https://github.com/Defaultplayer001/Deus-Ex-Universe-Community-Update-/raw/master/%5B1.0%5D%20Deus%20Ex%20-%20Windows-Linux-macOS-Android/DXCU%20Installer%20Source/Mods/Community%20Update/System/Alternative%20EXEs/Launch.exe"
Expand Down
2 changes: 2 additions & 0 deletions installer/Install/Install.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ def InstallVanilla(system:Path, settings:dict, speedupfix:bool, Vulkan:bool, OGL
CopyTo(ini, defini_dest)

if kentie:
DeusExeU = GetSourcePath() / '3rdParty' / 'DeusExe.u'
CopyTo(DeusExeU, system / 'DeusExe.u')
configs_dest = GetDocumentsDir(system) / 'Deus Ex' / 'System'
Mkdir(configs_dest.parent /'SaveDXRando', exist_ok=True, parents=True)
else:
Expand Down

0 comments on commit bf37f03

Please sign in to comment.