Skip to content

Commit 84e2202

Browse files
committed
Update README
1 parent a091473 commit 84e2202

1 file changed

Lines changed: 16 additions & 3 deletions

File tree

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# ir_net
22

3-
Windows tool to show VPN connection details
3+
Utility for power users that want to see VPN connection details
44

55
<img src="https://github.com/user-attachments/assets/0146de59-bc97-4232-a7fd-eae9389dd87e" width="626" height="455">
66

77
## Features
88
- Show location of connection in map
99
- Leak detection on your urls
1010
- SysTray icon without the app being open
11-
- Start by windows startup
11+
- Start by startup
1212
- Ability to minimize and hide from taskbar
1313
- Show details of your ISP
1414
- Update status when there is a network change
1515
- Connect through proxy vpn types (eg. ShadowSocks, VMess, ...)
1616
- Auto Connect to Kerio Network
1717
- Show usage and statistics of Kerio network
1818

19-
## How to build windows installer
19+
## Build windows installer
2020
1. Build .exe file:
2121
```bat
2222
flutter build windows
@@ -26,6 +26,19 @@ flutter build windows
2626
3. Press on run button
2727
4. Output .exe file will be in the `inno/Output` directory
2828

29+
## Build macos package
30+
1. Build .app file
31+
```bat
32+
flutter build macos --release
33+
```
34+
3. Put it in a folder named IRNet
35+
2. Create a symbolic link to Applications
36+
```bat
37+
ln -s /Applications Applications
38+
```
39+
3. Open Disk Utils app and go to File -> New Image -> Image from folder
40+
4. Select IRNet folder and press save
41+
2942
## TODO
3043
- Add alternative api service
3144
- Choose default country and show flag based on that

0 commit comments

Comments
 (0)