v1.2.0: rewrite in Python (mirrors dhcpsrv); clickable update link

This commit is contained in:
2026-05-18 12:36:42 +03:00
parent 74549db869
commit e4d62d1b94
16 changed files with 582 additions and 290 deletions
+2 -4
View File
@@ -50,11 +50,9 @@ language = ru
## Сборка из исходников
Скрипт один — `netswitch.ps1`. Для пересборки `.exe`:
```
Install-Module ps2exe -Scope CurrentUser
Invoke-ps2exe -inputFile netswitch.ps1 -outputFile netswitch.exe -requireAdmin -title "netswitch" -version 1.1.0.0
python -m pip install rich pyinstaller
python -m PyInstaller --onefile --uac-admin --console --name netswitch --icon assets/icon.ico --paths src netswitch-launcher.py
```
## Лицензия