Skip to content

Commit

Permalink
0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett committed Feb 15, 2019
1 parent 28e77c9 commit 465ed23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Build System for Arma 3 powered by [armake2](https://github.com/KoffeinFlummi/ar

[Example Project](https://github.com/synixebrett/HEMTT-Example)

### THIS IS PROJECT IS IN ALPHA
### THIS IS PROJECT IS IN BETA

## Using HEMTT
HEMTT is a CLI tool that must be called from the root of your project. HEMTT either needs to be placed in the root and called with `./hemtt`.
Expand All @@ -20,7 +20,6 @@ To add an additional addon to your project with all the skeleton files you need,
## Building

You can create a build by using `hemtt build` or a release build by using `hemtt build --release`.
**Release builds are temporarily not included in HEMTT, but will be added back shortly**.
Any files you want to be included in the `releases` folder must be included in `files` in the `hemtt.json` file.
HEMTT will use `addons/main/script_version.hpp` to get version information when doing a release build.

Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ environment:

matrix:
# MinGW
- TARGET: i686-pc-windows-gnu
- TARGET: x86_64-pc-windows-gnu
# - TARGET: i686-pc-windows-gnu
# - TARGET: x86_64-pc-windows-gnu

# MSVC
- TARGET: i686-pc-windows-msvc
Expand Down

0 comments on commit 465ed23

Please sign in to comment.