Skip to content

Commit d0d21cb

Browse files
committed
restart window sizing
1 parent 723b5ac commit d0d21cb

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.circleci/config.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ parameters:
55
default: false
66
windows:
77
type: boolean
8-
default: false
8+
default: true
99
mac:
1010
type: boolean
11-
default: true
11+
default: false
1212
linux:
1313
type: boolean
14-
default: true
14+
default: false
1515
web:
1616
type: boolean
1717
default: false
@@ -401,7 +401,9 @@ jobs:
401401
steps:
402402
- run:
403403
name: Restart local mstsc
404-
command: psexec64.exe -accepteula -nobanner -i 0 mstsc /v:localhost /w:2560 /h:1140
404+
command: |
405+
Start-Sleep -Seconds 2
406+
psexec64.exe -accepteula -nobanner -i 0 mstsc /v:localhost /w:2560 /h:1140
405407
background: true
406408
shell: powershell.exe
407409
- run:

apps/remixdesktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remixdesktop",
3-
"version": "1.1.2-insiders",
3+
"version": "1.1.3-insiders",
44
"main": "build/main.js",
55
"license": "MIT",
66
"type": "commonjs",

0 commit comments

Comments
 (0)