diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0038a5..78a0888 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@master - name: HEMTT Build - uses: docker://hemtt/hemtt:0.6.1 + uses: docker://hemtt/hemtt:0.7.6 with: entrypoint: hemtt args: build --release diff --git a/.gitignore b/.gitignore index ba3e977..e8fb6d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ -addons/*.pbo +*.biprivatekey +*.pbo build/ -releases/ +keys/* +releases/* # CLion .idea/ @@ -9,5 +11,8 @@ releases/ CMakeSettings.json cmake-build-*/ +# HEMTT +.hemtt/local + # Visual Studio .vs/ diff --git a/docker-compose.yml b/docker-compose.yml index a76a19a..e96ea2b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,5 @@ package: - image: hemtt/hemtt:0.6.1 + image: hemtt/hemtt:0.7.6 command: hemtt build --release --force volumes: - .:/code diff --git a/hemtt.json b/hemtt.json deleted file mode 100644 index 66cdf1e..0000000 --- a/hemtt.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "Anrop AAR", - "prefix": "anrop", - "version": "1.0.0", - "author": "Anrop", - "files": [ - "mod.cpp" - ], - "keyname": "anrop_aar", - "reuse_private_key": false, - "signame": "anrop", - "sigversion": 3 -} diff --git a/hemtt.toml b/hemtt.toml new file mode 100644 index 0000000..8324e8d --- /dev/null +++ b/hemtt.toml @@ -0,0 +1,11 @@ +name = "Anrop AAR" +prefix = "anrop" +version = "1.0.0" +author = "Anrop" +files = [ + "mod.cpp" +] +key_name = "anrop_aar" +reuse_private_key = false +authority = "anrop" +sig_version = 3