trying to fix the paa not working somehow

This commit is contained in:
Valmo Trindade
2024-09-19 02:23:39 -03:00
parent bc95a51707
commit 6e9201397f
9 changed files with 18 additions and 16 deletions

View File

@@ -4,12 +4,10 @@ name = "ARMA Team Awareness Kit"
prefix = "armatak" prefix = "armatak"
[version] [version]
path = "addons/main/script_version.hpp" build = "0"
major = "0"
build = 0 minor = "6"
major = 0 patch = "0"
minor = 6
patch = 0
git_hash = 0 git_hash = 0
@@ -27,7 +25,7 @@ include = [
"LICENSE", "LICENSE",
"*/*.dll", "*/*.dll",
"*/*.so", "*/*.so",
"files/*.paa" "*.paa"
] ]
[properties] [properties]

View File

@@ -1,6 +1,6 @@
# ARMATAK # ARMATAK
![ARMATAK FRAME LOGO](./files/picture.png) ![ARMATAK FRAME LOGO](./picture.png)
## Project Concept ## Project Concept

View File

@@ -0,0 +1,4 @@
#define build 0
#define major 0
#define minor 6
#define patch 0