mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-04-25 17:25:17 +02:00
Python3 support
This commit is contained in:
@@ -70,7 +70,9 @@ rootProject.assembleDistribution {
|
||||
exclude '**/*.pyc'
|
||||
exclude '**/*.pyo'
|
||||
exclude '**/__pycache__/**'
|
||||
exclude 'dist/*.tar.gz'
|
||||
exclude '**/.pytest_cache'
|
||||
exclude '**/*.egg-info'
|
||||
exclude 'build'
|
||||
into { zipPath + "/pypkg" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user