mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 20:29:52 +01:00
Don't package all snowflake architectures into headless jars
This commit is contained in:
@@ -80,6 +80,7 @@ void jarFactory(Jar jarTask, jarArchitecture) {
|
|||||||
if (arch != jarArchitecture) {
|
if (arch != jarArchitecture) {
|
||||||
exclude "obfs4proxy_" + arch + ".zip"
|
exclude "obfs4proxy_" + arch + ".zip"
|
||||||
exclude "tor_" + arch + ".zip"
|
exclude "tor_" + arch + ".zip"
|
||||||
|
exclude "snowflake_" + arch + ".zip"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
exclude 'META-INF/*.SF', 'META-INF/*.DSA', 'META-INF/*.RSA'
|
exclude 'META-INF/*.SF', 'META-INF/*.DSA', 'META-INF/*.RSA'
|
||||||
|
|||||||
Reference in New Issue
Block a user