Skip to content

Commit 42a052c

Browse files
committed
[release] Finalize 0.6.5.
1 parent 5ae2f8e commit 42a052c

File tree

6 files changed

+1606
-529
lines changed

6 files changed

+1606
-529
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ skip_non_tags: true
1414

1515
environment:
1616
matrix:
17-
- PYTHON: "C:\\Python39-x64"
17+
- PYTHON: "C:\\Python313-x64"
1818
# Encrypted AdvancedInstaller License
1919
ai_license_secret:
2020
secure: MOkULlGPSi0C1Hg2PU1h2SZg/eyQnPQhRJ1XFlavfMKMOoX9hY4pSjpdgW3psSau
@@ -69,7 +69,7 @@ install:
6969
- appveyor-tools\secure-file -decrypt license65.dat.enc -secret %ai_license_secret% -salt %ai_license_salt%
7070
- appveyor DownloadFile https://www.advancedinstaller.com/downloads/advinst.msi
7171
- msiexec /i advinst.msi /qn
72-
- 'SET PATH=%PATH%;C:\\Program Files (x86)\\Caphyon\\Advanced Installer 21.8.1\\bin\\x86'
72+
- 'SET PATH=%PATH%;C:\\Program Files (x86)\\Caphyon\\Advanced Installer 22.2\\bin\\x86'
7373
# License path must be absolute
7474
- AdvancedInstaller.com /RegisterOffline "%cd%\license65.dat"
7575
# Create MSI installer

0 commit comments

Comments
 (0)