shortcutxl 0.2.11 → 0.2.12

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/dist/main.js +2 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -295,7 +295,8 @@ function backgroundAutoUpdate() {
295
295
  const child = spawn(command, {
296
296
  shell: true,
297
297
  stdio: 'ignore',
298
- detached: true
298
+ detached: true,
299
+ windowsHide: true
299
300
  });
300
301
  child.unref();
301
302
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shortcutxl",
3
- "version": "0.2.11",
3
+ "version": "0.2.12",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist/",