Create sub project

This commit is contained in:
2025-05-01 14:50:43 +03:00
commit 6f203fb6bf
75 changed files with 160531 additions and 0 deletions

View File

@ -0,0 +1,11 @@
@ECHO OFF
PUSHD "%~dp0"
set _arch=x86
IF "%PROCESSOR_ARCHITECTURE%"=="AMD64" (set _arch=x86_64)
IF DEFINED PROCESSOR_ARCHITEW6432 (set _arch=x86_64)
PUSHD "%_arch%"
start "" goodbyedpi.exe -5 -e1 -q --fake-gen 5 --blacklist ..\russia-blacklist.txt --blacklist ..\russia-youtube.txt
POPD
POPD