feat: establish native desktop update trust root
This commit is contained in:
parent
a2302cfd13
commit
cff488bb03
29 changed files with 8485 additions and 60 deletions
13
product-source/hololake-native-desktop/.gitignore
vendored
Normal file
13
product-source/hololake-native-desktop/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/dist/
|
||||
/node_modules/
|
||||
/src-tauri/target/
|
||||
/src-tauri/gen/
|
||||
*.tsbuildinfo
|
||||
/vite.config.js
|
||||
/vite.config.d.ts
|
||||
*.key
|
||||
*.p12
|
||||
*.pfx
|
||||
*.mobileprovision
|
||||
.env
|
||||
.env.*
|
||||
Loading…
Reference in a new issue