mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:33:29 +00:00
trying to fix the paa not working somehow
This commit is contained in:
@@ -4,12 +4,10 @@ name = "ARMA Team Awareness Kit"
|
||||
prefix = "armatak"
|
||||
|
||||
[version]
|
||||
path = "addons/main/script_version.hpp"
|
||||
|
||||
build = 0
|
||||
major = 0
|
||||
minor = 6
|
||||
patch = 0
|
||||
build = "0"
|
||||
major = "0"
|
||||
minor = "6"
|
||||
patch = "0"
|
||||
|
||||
git_hash = 0
|
||||
|
||||
@@ -27,7 +25,7 @@ include = [
|
||||
"LICENSE",
|
||||
"*/*.dll",
|
||||
"*/*.so",
|
||||
"files/*.paa"
|
||||
"*.paa"
|
||||
]
|
||||
|
||||
[properties]
|
||||
|
||||
Reference in New Issue
Block a user