Skip to content

Commit ccdaaea

Browse files
authored
Update projects.json
1 parent f28fb79 commit ccdaaea

1 file changed

Lines changed: 31 additions & 3 deletions

File tree

projects.json

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,35 @@
11
{
22
"mac": [
3-
"tiwut/MacOS-AirBridge-Pro"
3+
{
4+
"repo": "tiwut/MacOS-AirBridge-Pro",
5+
"description": "AirBridge Pro is a native, high-performance, ultra-lightweight macOS desktop application written in Swift and SwiftUI.",
6+
"releases": [
7+
{
8+
"name": "wifi-bridge-v1.2.dmg",
9+
"url": "https://github.com/tiwut/MacOS-AirBridge-Pro/releases/download/v1.1.1/Tiwut-AirBridge-Pro.dmg",
10+
"size": 3070000
11+
}
12+
]
13+
},
14+
{
15+
"repo": "tiwut/my-cmake-tool",
16+
"description": "A terminal helper written in C++. Builds from source."
17+
}
418
],
5-
"windows": [],
6-
"linux": []
19+
"windows": [
20+
{
21+
"repo": "tiwut/wifi-bridge",
22+
"description": "Premium native macOS Wifi Bridge and Repeater.",
23+
"releases": [
24+
{
25+
"name": "wifi-bridge-v1.2-setup.exe",
26+
"url": "https://github.com/tiwut/wifi-bridge/releases/download/v1.2/wifi-bridge-v1.2-setup.exe",
27+
"size": 18500000
28+
}
29+
]
30+
}
31+
],
32+
"linux": [
33+
"tiwut/my-cmake-tool"
34+
]
735
}

0 commit comments

Comments
 (0)