Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .trivyignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# glib - transitive dependency
GHSA-wrw7-89jp-8q8g exp:2025-11-05
GHSA-wrw7-89jp-8q8g exp:2025-12-05
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"fast-deep-equal": "^3.1.3",
"file-saver": "^2.0.5",
"get-text-width": "^1.0.3",
"html-react-parser": "^5.2.7",
"html-react-parser": "^5.2.8",
"itertools": "^2.5.0",
"js-base64": "^3.7.8",
"lodash-es": "^4.17.21",
Expand Down Expand Up @@ -108,12 +108,12 @@
"zustand": "^5.0.8"
},
"devDependencies": {
"@biomejs/biome": "^2.3.2",
"@biomejs/biome": "^2.3.3",
"@hookform/devtools": "^4.4.0",
"@svgr/cli": "^8.1.0",
"@tanstack/react-query": "^5.90.6",
"@tanstack/react-query-devtools": "^5.90.2",
"@tauri-apps/cli": "^2.9.2",
"@tauri-apps/cli": "^2.9.3",
"@types/file-saver": "^2.0.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "^24.10.0",
Expand Down
309 changes: 145 additions & 164 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

345 changes: 345 additions & 0 deletions src-tauri/resources-windows/msi/main.wxs

Large diffs are not rendered by default.

Binary file modified src-tauri/resources-windows/msi/side_banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src-tauri/resources-windows/msi/top_banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"componentRefs": [
"DefguardServiceFragment",
"ProvisioningScriptFragment"
]
],
"template": "./resources-windows/msi/main.wxs"
}
},
"macOS": {
Expand Down
5 changes: 5 additions & 0 deletions src-tauri/tauri.windows.conf.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"build": {
"features": [
"service"
]
},
"bundle": {
"targets": [
"msi"
Expand Down