mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-15 04:43:36 +00:00
fix: desktop local server failure (#756)
* fix: remote desktop blank screen * fix: desktop local server failure
This commit is contained in:
@@ -6,7 +6,12 @@
|
||||
"output": "release"
|
||||
},
|
||||
"asar": true,
|
||||
"asarUnpack": ["dist/backend/**/*", "node_modules/**/*"],
|
||||
"asarUnpack": [
|
||||
"dist/backend/**/*",
|
||||
"node_modules/**/*",
|
||||
"public/icons/**/*",
|
||||
"public/icon.*"
|
||||
],
|
||||
"files": [
|
||||
"dist/**/*",
|
||||
"electron/**/*",
|
||||
|
||||
Reference in New Issue
Block a user