viewsync-master 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -114,7 +114,7 @@ async function run() {
114
114
  try {
115
115
  await execAsync('which scrcpy');
116
116
  } catch (e) {
117
- await runCommandWithSpinner("Deploying Scrcpy Engine", "sudo apt install -y scrcpy");
117
+ await runCommandWithSpinner("Deploying ViewSync Display Engine", "sudo apt install -y scrcpy");
118
118
  }
119
119
 
120
120
  await typeWriter(Y + "\n[PHASE 2] COMPILING NEURAL PYTHON MODULES" + Z, 10);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "viewsync-master",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Live screen cropper and lag-free mirroring.",
5
5
  "main": "index.js",
6
6
  "bin": {