File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "version" : " 0.0.2" ,
3+ "description" : " Command-line tool to share screen over WebRTC" ,
4+ "homepage" : " https://github.com/lichon/screen-share-cli" ,
5+ "license" : " Apache-2.0" ,
6+ "architecture" : {
7+ "64bit" : {
8+ "url" : " https://github.com/lichon/screen-share-cli/releases/download/v0.0.2/ssc-win32-x64-0.0.2.zip" ,
9+ "hash" : " 3eed0aed538a655013a214f2075a4f2156f8d42a98fa9aa96f06a1b1ae465867"
10+ }
11+ },
12+ "installer" : {
13+ "script" : [
14+ " $cont = @(" ,
15+ " 'cd $PSScriptRoot'" ,
16+ " 'START ssc.exe $args'" ,
17+ " )" ,
18+ " Set-Content \" $dir\\ ssc.ps1\" -Value ($cont -join \" `r`n\" ) -Encoding Ascii"
19+ ]
20+ },
21+ "uninstaller" : {
22+ "script" : [
23+ ]
24+ },
25+ "bin" : [
26+ " ssc.ps1"
27+ ],
28+ "checkver" : {
29+ "github" : " https://github.com/lichon/screen-share-cli" ,
30+ "regex" : " tag/([\\ w.-]+)"
31+ },
32+ "autoupdate" : {
33+ "architecture" : {
34+ "64bit" : {
35+ "url" : " https://github.com/lichon/screen-share-cli/releases/download/v$version/ssc-win32-x64-$version.zip"
36+ }
37+ }
38+ }
39+ }
You can’t perform that action at this time.
0 commit comments