Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 33bfe6db3d | |||
| 4485650632 | |||
| b5695d6b33 | |||
| 64d6636e8a |
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 |
@@ -29,5 +29,6 @@ nsis:
|
||||
|
||||
publish:
|
||||
provider: github
|
||||
owner: truncgil
|
||||
v3ApiUrl: https://git.truncgil.com/api/v1
|
||||
owner: truncgit
|
||||
repo: voicext
|
||||
|
||||
Generated
+958
-962
File diff suppressed because it is too large
Load Diff
+2
-1
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user