Skip to content

Instantly share code, notes, and snippets.

@IridescentRose
Created January 23, 2020 08:12
Show Gist options
  • Save IridescentRose/9358ff678038f9cfac0572b0f015d06a to your computer and use it in GitHub Desktop.
Save IridescentRose/9358ff678038f9cfac0572b0f015d06a to your computer and use it in GitHub Desktop.
MC PSP Installer script
!include "ZipDLL.nsh"
Name "Minecraft PSP Installer"
OutFile "Minecraft-PSP.exe"
DirText "This installer will rip Minecraft Assets and create a launcher folder at the specified location."
InstallDir $Desktop
Section ""
SetOutPath $INSTDIR
File /a /r "Launcher"
SectionEnd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment