build: redirect 25.01 builds to bundle directory
- tools/linux/build_plugin_linux.py: point VERSION_LAYOUT['25.01'].bundle_dir to versions/25.01-bundle/; update comment (all versions now use bundle dirs). - tools/legacy/build_plugin_2501_vs2026.py: point project_dir to 25.01-bundle/. - tools/legacy/build_plugin_2501_vs2022.py: point project_dir to 25.01-bundle/.
This commit is contained in:
@@ -182,7 +182,7 @@ def get_project_paths() -> Tuple[Path, Path, Path]:
|
||||
script_dir = Path(__file__).parent.resolve()
|
||||
|
||||
# Project directory containing 7-Zip 25.01 sources
|
||||
project_dir = script_dir.parent.parent / 'versions' / '25.01'
|
||||
project_dir = script_dir.parent.parent / 'versions' / '25.01-bundle'
|
||||
|
||||
# Project file path
|
||||
project_file = project_dir / 'CPP' / '7zip' / 'Bundles' / 'Nsis7z' / 'Nsis7z.vcxproj'
|
||||
|
||||
Reference in New Issue
Block a user