diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 93c03fb..d601d34 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -1,4 +1,4 @@ -name: 'Build' +name: 'Run EmulationStation Script' on: push: @@ -16,9 +16,6 @@ jobs: steps: - uses: actions/checkout@v4 - # - name: Powershell script runner - # run: .\prepare.ps1 - - name: Install Dependencies run: .\prepare.ps1 -installDependencies diff --git a/prepare.ps1 b/prepare.ps1 index da82fc3..558d12c 100644 --- a/prepare.ps1 +++ b/prepare.ps1 @@ -5,19 +5,11 @@ $global:ppssppInstallDir = $null $global:yuzuInstallDir = $null $global:rpcs3InstallDir = $null $global:requirementsFolder = "$PSScriptRoot\requirements" -# $global:retroarchExecutable = $null -# $global:retroarchConfigPath = $null $global:retroArchPath = "$env:userprofile\.emulationstation\systems\retroarch\" -# $global:retroArchPath = $null $global:retroarchExecutable = "$global:retroArchPath\retroarch.exe" $global:retroarchConfigPath = "$global:retroArchPath\retroarch.cfg" - $global:coresPath = "$global:retroArchPath\cores" $global:retroArchBinary = "$global:requirementsFolder\RetroArch.7z" - -# $global:coresPath = $null -# $global:retroArchBinary = $null -# $global:romPath = $null $global:romPath = "$env:userprofile\.emulationstation\roms"