File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,18 @@ environment:
1717 - PYTHON : " C:\\ Python313-x64"
1818 # Encrypted AdvancedInstaller License
1919 ai_license_secret :
20- secure : MOkULlGPSi0C1Hg2PU1h2SZg/eyQnPQhRJ1XFlavfMKMOoX9hY4pSjpdgW3psSau
20+ secure : of3o1pInqCJYwKLFsiadbsRYazCmCuZq7r2roaYvYXmBvm6e6JHsRU47waylTmhm
2121 ai_license_salt :
22- secure : /LlGOUGZk8HQgrW6txtssTt8I6Z6pU7K3XOcqTqr2iKX4vLO3ZTdILgL/6M6u7gWVdRoUYfbxm4JVYjs4hfcmQ ==
22+ secure : +NKWwlkEptlThgfeL35pLo7EsnkJc+4WODm8tTg1aO5fc0duQ4r100fHQYj6nzhyUdy3Dhs/mOLkxD8rNbBiEQ ==
2323
2424# SignPath Config for Code Signing
2525deploy :
2626- provider : Webhook
2727 url : https://app.signpath.io/API/v1/f2efa44c-5b5c-45f2-b44f-8f9dde708313/Integrations/AppVeyor?ProjectSlug=PySceneDetect&SigningPolicySlug=release-signing
2828 authorization :
2929 secure : FBgWCaxCCKOqc2spYf5NGWSNUGLbT5WeuC5U0k4Of1Ids9n51YWxhGlMyzLbdNBFe64RUcOSzk/N3emlQzbsJg==
30+ on :
31+ APPVEYOR_REPO_TAG : true # keep casing this way for Linux builds where variables are case-sensitive
3032
3133install :
3234 - echo * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
@@ -70,7 +72,7 @@ install:
7072 - appveyor-tools\secure-file -decrypt license65.dat.enc -secret %ai_license_secret% -salt %ai_license_salt%
7173 - appveyor DownloadFile https://www.advancedinstaller.com/downloads/advinst.msi
7274 - msiexec /i advinst.msi /qn
73- - ' SET PATH=%PATH%;C:\\Program Files (x86)\\Caphyon\\Advanced Installer 22.2 \\bin\\x86'
75+ - ' SET PATH=%PATH%;C:\\Program Files (x86)\\Caphyon\\Advanced Installer 22.3 \\bin\\x86'
7476 # License path must be absolute
7577 - AdvancedInstaller.com /RegisterOffline "%cd%\license65.dat"
7678 # Create MSI installer
Original file line number Diff line number Diff line change 11# PySceneDetect Requirements for Windows Build
22av==13.1.0
3- click>=8.0
3+ click==8.1.7
44opencv-python-headless==4.10.0.84
5+ imageio-ffmpeg==0.5.1
6+ moviepy==2.1.1
7+ numpy==2.1.3
8+ platformdirs==4.3.6
9+ tqdm==4.67.1
510
6- imageio-ffmpeg
7- moviepy
8- numpy
9- platformdirs
11+ # Build-only and test-only requirements.
1012pyinstaller
1113pytest
12- tqdm
You can’t perform that action at this time.
0 commit comments