Fixed some stuff (decl)

This commit is contained in:
WolverinDEV 2019-07-03 14:08:53 +02:00
parent b287051078
commit 94820eb6f4
4 changed files with 3541 additions and 0 deletions

1
.gitignore vendored
View File

@ -15,5 +15,6 @@ updater/postzip/TeaClient-linux.tar.gz
.deploy_secret
**/*.d.ts
!modules/imports/copy_*
package-lock.json

View File

@ -48,6 +48,9 @@ path_found=0
ln -rs "${path}/${src_file}" "${path_target}/${dst_file}"
echo "Linking \"${path_target}/${dst_file}\" to \"${path}/${src_file}\""
cp "${path}/${src_file}" "${path_target}/copy_${dst_file}"
echo "Create copy \"${path_target}/${dst_file}\" to \"${path}/${src_file}\""
done
break
done

File diff suppressed because it is too large Load Diff

1
native/.gitignore vendored
View File

@ -1,2 +1,3 @@
build/
cmake-build-*
out/*