Bug Fixes & Improvements 🐛
This is a patch release that further improves the robustness of the Windows startup batch file (insta360convert.bat
). It addresses a specific issue found on some corporate-managed PCs where security software may alter the Python installation behavior.
- Fixed an issue where the batch file would fail with an "Unknown option: -w" error. This occurred in environments where
py.exe
was not the official Python Launcher but a copy of or link topython.exe
. The script now safely handles this case and proceeds to the next launch method. - The startup logic is now more resilient, ensuring a smoother launch across an even wider range of standard, non-standard, and security-restricted environments.
修正点と改善 🐛
Windowsの起動用バッチファイル (insta360convert.bat
) の堅牢性をさらに向上させるパッチリリースです。特に、セキュリティソフトなどが導入された組織管理PCで見られる、特殊な問題に対応しました。
py.exe
がPythonランチャーではない環境で「Unknown option: -w」エラーが発生し、起動に失敗する問題を修正しました。 これはpy.exe
が実際にはpython.exe
のコピーやリンクである場合に発生します。このケースを安全に検知し、次の起動方法を試すようにスクリプトを改善しました。- これにより、標準的な環境だけでなく、特殊な環境やセキュリティで制限された環境でも、よりスムーズにアプリケーションが起動するようになります。