Skip to content

ademkarakaya/PCSX2Updater

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

PCSX2 updater

Small PCSX2 updater written with PowerShell using 7Zip4Powershell.
Updater downloads any latest release (including pre-releases) directly from GitHub using GitHub Api.

Usage

  • Install 7Zip4Powershell with Install-Module -Name 7Zip4Powershell in powershell console
  • Copy script to some directory on your machine (PCSX2 folder or empty one)
  • change $releaseType to the one you need:
    • 64bit-AVX2-Qt-symbols.7z
    • 64bit-AVX2-Qt.7z
    • 64bit-AVX2-wxWidgets-symbols.7z
    • 64bit-AVX2-wxWidgets.7z
    • 64bit-SSE4-Qt-symbols.7z
    • 64bit-SSE4-Qt.7z
    • 64bit-SSE4-wxWidgets-symbols.7z
    • 64bit-SSE4-wxWidgets.7z
  • right click on script -> Run with PowerShell
  • ???
  • PROFIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PowerShell 100.0%