8000 Merge pull request #1562 from stonebig/master · winpython/winpython@5c16a76 · GitHub
[go: up one dir, main page]

Skip to content
< 8000 script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/sessions-1e75b15ae60a.js">

Commit 5c16a76

Browse files
authored
Merge pull request #1562 from stonebig/master
modernize registering with flash 2.5 and care
2 parents c2d7381 + 9a6e1a7 commit 5c16a76

File tree

5 files changed

+325
-390
lines changed

5 files changed

+325
-390
lines changed

portable/scripts/register_python.bat

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
@echo off
22
call "%~dp0env_for_icons.bat"
3-
cd /D "%WINPYDIR%\Scripts"
4-
"%WINPYDIR%\python.exe" "%WINPYDIR%\Lib\site-packages\winpython\register_python.py" %*
3+
"%WINPYDIR%\python.exe" "%WINPYDIR%\Lib\site-packages\winpython\associate.py"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@echo off
22
call "%~dp0env.bat"
3-
call "%~dp0register_python.bat" --all
3+
"%WINPYDIR%\python.exe" "%WINPYDIR%\Lib\site-packages\winpython\associate.py" --all
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
@echo off
22
call "%~dp0env_for_icons.bat"
3-
cd /D "%WINPYDIR%\Scripts"
4-
"%WINPYDIR%\python.exe" "%WINPYDIR%\Lib\site-packages\winpython\unregister_python.py" %*
3+
"%WINPYDIR%\python.exe" "%WINPYDIR%\Lib\site-packages\winpython\associate.py" --unregister
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@echo off
22
call "%~dp0env.bat"
3-
call "%~dp0unregister_python.bat" --all
3+
"%WINPYDIR%\python.exe" "%WINPYDIR%\Lib\site-packages\winpython\associate.py" --unregister --all

0 commit comments

Comments
 (0)
0