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
|
.deploy_secret
|
||||||
|
|
||||||
**/*.d.ts
|
**/*.d.ts
|
||||||
|
!modules/imports/copy_*
|
||||||
|
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
@ -48,6 +48,9 @@ path_found=0
|
|||||||
|
|
||||||
ln -rs "${path}/${src_file}" "${path_target}/${dst_file}"
|
ln -rs "${path}/${src_file}" "${path_target}/${dst_file}"
|
||||||
echo "Linking \"${path_target}/${dst_file}\" to \"${path}/${src_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
|
done
|
||||||
break
|
break
|
||||||
done
|
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/
|
build/
|
||||||
cmake-build-*
|
cmake-build-*
|
||||||
|
out/*
|
Loading…
x
Reference in New Issue
Block a user