Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ruarai/CompilePal
Browse files Browse the repository at this point in the history
  • Loading branch information
Exactol committed Oct 28, 2019
2 parents 1551f06 + 199576e commit 9ed6302
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
12 changes: 12 additions & 0 deletions Guides/Registry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Compile Pal stores basic information in the registry. This makes it easier for programs that want to run Compile Pal through the command line.

## Registry path:
`Computer\HKEY_CURRENT_USER\Software\CompilePal`

# Values
### `Path`
Stores the path to the Compile Pal executable
### `Version`
Stores the current version of Compile Pal
### `PrereleaseVersion`
Stores the current prerelease version of Compile Pal
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@

#### Latest Release

[Compile Pal V26](https://github.com/ruarai/CompilePal/releases/latest)
[Compile Pal V27](https://github.com/ruarai/CompilePal/releases/latest)

#### Experimental Releases
Get the latest features without having to wait. Experimental releases may be unstable, use at your own risk.

[Compile Pal V26.2](https://github.com/ruarai/CompilePal/releases/tag/026.2)
[Compile Pal V27](https://github.com/ruarai/CompilePal/releases/latest)


## Features
Expand All @@ -39,6 +39,7 @@ Get the latest features without having to wait. Experimental releases may be uns
* [Reporting An Issue](Guides/Issues.md)
* [Custom Compile Steps](Guides/Custom.md)
* [Command Line Arguments](Guides/CMDArgs.md)
* [Registry Values](Guides/Registry.md)

## Contributing

Expand Down

0 comments on commit 9ed6302

Please sign in to comment.