File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ parameters:
5
5
default : false
6
6
windows :
7
7
type : boolean
8
- default : false
8
+ default : true
9
9
mac :
10
10
type : boolean
11
- default : true
11
+ default : false
12
12
linux :
13
13
type : boolean
14
- default : true
14
+ default : false
15
15
web :
16
16
type : boolean
17
17
default : false
@@ -401,7 +401,9 @@ jobs:
401
401
steps :
402
402
- run :
403
403
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
405
407
background : true
406
408
shell : powershell.exe
407
409
- run :
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " remixdesktop" ,
3
- "version" : " 1.1.2 -insiders" ,
3
+ "version" : " 1.1.3 -insiders" ,
4
4
"main" : " build/main.js" ,
5
5
"license" : " MIT" ,
6
6
"type" : " commonjs" ,
You can’t perform that action at this time.
0 commit comments