diff --git a/appveyor.yml b/appveyor.yml index c46aaf71..dfbd15ca 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,9 +17,9 @@ environment: - PYTHON: "C:\\Python313-x64" # Encrypted AdvancedInstaller License ai_license_secret: - secure: MOkULlGPSi0C1Hg2PU1h2SZg/eyQnPQhRJ1XFlavfMKMOoX9hY4pSjpdgW3psSau + secure: of3o1pInqCJYwKLFsiadbsRYazCmCuZq7r2roaYvYXmBvm6e6JHsRU47waylTmhm ai_license_salt: - secure: /LlGOUGZk8HQgrW6txtssTt8I6Z6pU7K3XOcqTqr2iKX4vLO3ZTdILgL/6M6u7gWVdRoUYfbxm4JVYjs4hfcmQ== + secure: +NKWwlkEptlThgfeL35pLo7EsnkJc+4WODm8tTg1aO5fc0duQ4r100fHQYj6nzhyUdy3Dhs/mOLkxD8rNbBiEQ== # SignPath Config for Code Signing deploy: @@ -27,6 +27,8 @@ deploy: url: https://app.signpath.io/API/v1/f2efa44c-5b5c-45f2-b44f-8f9dde708313/Integrations/AppVeyor?ProjectSlug=PySceneDetect&SigningPolicySlug=release-signing authorization: secure: FBgWCaxCCKOqc2spYf5NGWSNUGLbT5WeuC5U0k4Of1Ids9n51YWxhGlMyzLbdNBFe64RUcOSzk/N3emlQzbsJg== + on: + APPVEYOR_REPO_TAG: true # keep casing this way for Linux builds where variables are case-sensitive install: - echo * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @@ -70,7 +72,7 @@ install: - appveyor-tools\secure-file -decrypt license65.dat.enc -secret %ai_license_secret% -salt %ai_license_salt% - appveyor DownloadFile https://www.advancedinstaller.com/downloads/advinst.msi - msiexec /i advinst.msi /qn - - 'SET PATH=%PATH%;C:\\Program Files (x86)\\Caphyon\\Advanced Installer 22.2\\bin\\x86' + - 'SET PATH=%PATH%;C:\\Program Files (x86)\\Caphyon\\Advanced Installer 22.3\\bin\\x86' # License path must be absolute - AdvancedInstaller.com /RegisterOffline "%cd%\license65.dat" # Create MSI installer diff --git a/dist/installer/license65.dat.enc b/dist/installer/license65.dat.enc index 380139d5..9288aaa8 100644 Binary files a/dist/installer/license65.dat.enc and b/dist/installer/license65.dat.enc differ diff --git a/dist/requirements_windows.txt b/dist/requirements_windows.txt index a5debd55..0d14a4aa 100644 --- a/dist/requirements_windows.txt +++ b/dist/requirements_windows.txt @@ -1,12 +1,13 @@ # PySceneDetect Requirements for Windows Build av==13.1.0 -click>=8.0 +click==8.1.7 opencv-python-headless==4.10.0.84 +imageio-ffmpeg==0.5.1 +moviepy==2.1.1 +numpy==2.1.3 +platformdirs==4.3.6 +tqdm==4.67.1 -imageio-ffmpeg -moviepy -numpy -platformdirs +# Build-only and test-only requirements. pyinstaller pytest -tqdm