Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoot committed Jul 28, 2018
1 parent 5e4149c commit d18a883
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -15,4 +15,6 @@ An attempt at reimplementing TAMods launcher with Typescript and Electron

6. Tests for various components exist as npm scripts - e.g. `yarn updaterTest` and `yarn injectorTest`

7. To build the application package, run `electron-forge package --platform=win32 --arch=ia32`. Note that it needs to be built as a 32-bit application for injection to succeed (since T:A is 32-bit).
7. To build the application package, run `yarn make`

8. To build an installer based on the last `yarn make`, run `yarn installer`

0 comments on commit d18a883

Please sign in to comment.