Skip to content

TechieChen/Launcher

Repository files navigation

Hearthstone Mod Launcher

A launcher app for Hearthstone Mod for Windows and Linux.

Screenshot

Building From Windows

Dependencies:

  • MSBuild
  • NSIS

To build from Windows simply run the build script from the power shell:

> ./build.ps1

Building From Linux

Dependencies:

  • xbuild
  • dpkg

To build from Linux simply run the build script from terminal:

> ./build.sh