Fixed some stuff (decl)
This commit is contained in:
parent
b287051078
commit
94820eb6f4
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,5 +15,6 @@ updater/postzip/TeaClient-linux.tar.gz
|
||||
.deploy_secret
|
||||
|
||||
**/*.d.ts
|
||||
!modules/imports/copy_*
|
||||
|
||||
package-lock.json
|
||||
|
@ -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
|
||||
|
3536
modules/renderer/imports/copy_imports_shared.d.ts
vendored
Normal file
3536
modules/renderer/imports/copy_imports_shared.d.ts
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
native/.gitignore
vendored
1
native/.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
build/
|
||||
cmake-build-*
|
||||
out/*
|
Loading…
Reference in New Issue
Block a user