Upgrade Tor, obfs4 and snowflake; use new artifact layout.

This commit is contained in:
akwizgran
2023-02-23 16:25:08 +01:00
committed by Sebastian Kürten
parent 7e5e61fc05
commit 82efb0d044
10 changed files with 42 additions and 66 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ def torBinariesDir = 'src/main/resources'
task cleanTorBinaries {
doLast {
delete fileTree(torBinariesDir) { include '*.zip' }
delete fileTree(torBinariesDir)
}
}