diff --git a/README.md b/README.md index d283355a..189968fe 100644 --- a/README.md +++ b/README.md @@ -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`. @@ -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. diff --git a/appveyor.yml b/appveyor.yml index 68926f4e..3aaaf190 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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