Skip to content

Commit

Permalink
Changed filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Ohjurot committed Jan 9, 2025
1 parent 5eacdc4 commit 4be8205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def DownloadPremake(version = '5.0.0-beta4'):
zipFile.extract('premake5.exe', premakeTargetFolder)
else:
with tarfile.open(premakeTargetZip, 'r') as tarFile:
tarFile.extractall(premakeTargetFolder, filter=tarfile.default_filter)
tarFile.extractall(premakeTargetFolder, filter=tarfile.data_filter)
os.chmod(premakeTargetExe, os.stat(premakeTargetExe).st_mode | stat.S_IEXEC)

def ConanBuild(conf):
Expand Down

0 comments on commit 4be8205

Please sign in to comment.