Skip to content

Commit ec1fca1

Browse files
committed
feat: refine 7zip extraction progress updates
- Added node-7z dependency for improved extraction functionality. - Adjusted debounce timing in downloadService for better performance.
1 parent fb4ae78 commit ec1fca1

7 files changed

Lines changed: 221 additions & 362 deletions

File tree

AUR/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname=apprenticevr-bin
2-
pkgver=1.1.18
2+
pkgver=1.1.19
33
pkgrel=1
44
pkgdesc="A modern, cross-platform desktop application designed for managing and sideloading content onto Meta Quest devices"
55
arch=('x86_64' 'aarch64')

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apprenticevr",
3-
"version": "1.1.18",
3+
"version": "1.1.19",
44
"description": "An Electron application with React and TypeScript",
55
"main": "./out/main/index.js",
66
"author": "example.com",
@@ -38,7 +38,7 @@
3838
"@fluentui/react-components": "^9.64.0",
3939
"@fluentui/react-icons": "^2.0.301",
4040
"@fluentui/react-popover": "^9.10.7",
41-
"@modelcontextprotocol/sdk": "^1.12.0",
41+
"@modelcontextprotocol/sdk": "^1.12.1",
4242
"@tanstack/react-table": "^8.21.3",
4343
"@tanstack/react-virtual": "^3.13.9",
4444
"axios": "^1.9.0",
@@ -52,6 +52,7 @@
5252
"fetch-blob": "^4.0.0",
5353
"formdata-polyfill": "^4.0.10",
5454
"match-sorter": "^8.0.2",
55+
"node-7z": "^3.0.0",
5556
"node-wget-fetch": "^1.1.3",
5657
"react-youtube": "^10.1.0",
5758
"use-disposable": "^1.0.4",
@@ -64,7 +65,8 @@
6465
"@electron-toolkit/eslint-config-ts": "^3.1.0",
6566
"@electron-toolkit/tsconfig": "^1.0.1",
6667
"@types/bluebird": "^3.5.42",
67-
"@types/node": "^22.15.24",
68+
"@types/node": "^22.15.26",
69+
"@types/node-7z": "^2.1.10",
6870
"@types/react": "^19.1.6",
6971
"@types/react-dom": "^19.1.5",
7072
"@types/when": "^2.4.41",

pnpm-lock.yaml

Lines changed: 83 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)