4 Commits

10 changed files with 962 additions and 964 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 687 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 962 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 653 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 814 KiB

Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 610 KiB

+2 -1
View File
@@ -29,5 +29,6 @@ nsis:
publish:
provider: github
owner: truncgil
v3ApiUrl: https://git.truncgil.com/api/v1
owner: truncgit
repo: voicext
+958 -962
View File
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -10,6 +10,7 @@
"build": "electron-vite build",
"preview": "electron-vite preview",
"package": "electron-vite build && electron-builder",
"release": "electron-vite build && electron-builder --publish always",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
@@ -30,7 +31,7 @@
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
"electron": "^31.0.1",
"electron-builder": "^24.13.3",
"electron-builder": "^26.8.1",
"electron-vite": "^2.3.0",
"vite": "^5.3.1"
}