Skip to content

Commit 277096f

Browse files
committed
fix bat
1 parent 95a8c8b commit 277096f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

portablesource/Version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
__version__ = "0.1.2.post3"
2+
__version__ = "0.1.2.post4"
33

44
if __name__ == "__main__":
55
print(__version__)

portablesource/repository_installer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1961,7 +1961,7 @@ def _generate_startup_script(self, repo_path: Path, repo_info: Dict):
19611961
set ffmpeg_path=%env_path%\\ffmpeg
19621962
set python_path=%envs_path%\\{repo_name}
19631963
set python_exe=%python_path%\\python.exe
1964-
set repo_path=%env_path%\\{repo_name}
1964+
set repo_path=%repos_path%\\{repo_name}
19651965
19661966
REM Setup temporary directory
19671967
set tmp_path=X:\\tmp

0 commit comments

Comments
 (0)