Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.14 KB

File metadata and controls

38 lines (26 loc) · 1.14 KB

ZapretControl - GUI for zapret-discord-youtube

A small GUI application to running scripts for Zapret

The executable and scripts are taken directly from the original repository via git submodule.

Screenshots

Main window
main

Tray menu
tray

Notes

# Updating submodule
git submodule update --recursive --remote
# Local publish (Publish to folder is broken in VS)
dotnet publish -c Release -p:PublishProfile=net6 -f net6.0-windows /property:Version=1.*.*
dotnet publish -c Release -p:PublishProfile=net8 -f net8.0-windows /property:Version=1.*.*

Links