Skip to content

Commit

Permalink
[release] Rebuild v0.6.5 with correct installer license
Browse files Browse the repository at this point in the history
  • Loading branch information
Breakthrough committed Dec 17, 2024
1 parent a141fc1 commit fbffe4c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
8 changes: 5 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,18 @@ 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:
- provider: Webhook
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 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Expand Down Expand Up @@ -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
Expand Down
Binary file modified dist/installer/license65.dat.enc
Binary file not shown.
13 changes: 7 additions & 6 deletions dist/requirements_windows.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fbffe4c

Please sign in to comment.