add config file to resource system
move language folder
This commit is contained in:
wh201906
2022-11-24 01:24:13 +08:00
parent 757fdcfc21
commit 9c89df4519
17 changed files with 103 additions and 29 deletions
-1
View File
@@ -57,7 +57,6 @@ release页面中有含客户端的GUI。这个GUI也可以搭配你自己的客
mkdir build && cd build
qmake ../src
make -j4 && make clean
cp -r ../config ./
./Proxmark3GUI
***