File tree 5 files changed +11
-7
lines changed
5 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ install:
35
35
- 7z x swigwin.zip -oC:\ > NUL
36
36
- set PATH=C:\swigwin-4.1.1;%PATH%
37
37
# install pylon
38
- - appveyor-retry curl -sSfL -o pylon_installer.exe %PYLON_DOWNLOAD_URL_BASE%Basler_pylon_7.2.1.25747 .exe
38
+ - appveyor-retry curl -sSfL -o pylon_installer.exe %PYLON_DOWNLOAD_URL_BASE%Basler_pylon_7.3.0.27189 .exe
39
39
- pylon_installer.exe /quiet /install="Runtime;GigE_Support;USB_Support;Camera_Link_Support;CoaXPress_Support;GenTL_Consumer_Support;CamEmu_Support;SDKs"
40
40
# PYLON_DEV_DIR is not available in the shell after installation, so we set it manually
41
41
- set PYLON_DEV_DIR=%PROGRAMFILES%\Basler\pylon 7\Development
Original file line number Diff line number Diff line change 31
31
- name : Installer list
32
32
run : |
33
33
tee pylon-installer.txt <<"EOF"
34
- ${PYLON_DOWNLOAD_URL_BASE_7_2}pylon_7.2.1.25747_x86_64_setup .tar.gz
35
- ${PYLON_DOWNLOAD_URL_BASE_7_2}pylon_7.2.1.25747_aarch64_setup .tar.gz
34
+ ${PYLON_DOWNLOAD_URL_BASE_7_2}pylon_7.3.0.27189_linux-x86_64_setup .tar.gz
35
+ ${PYLON_DOWNLOAD_URL_BASE_7_2}pylon_7.3.0.27189_linux-aarch64_setup .tar.gz
36
36
${PYLON_DOWNLOAD_URL_BASE}pylon_6.2.0.21487_armhf_setup.tar.gz
37
37
${PYLON_DOWNLOAD_URL_BASE}pylon-6.1.2.19990.zip
38
38
EOF
Original file line number Diff line number Diff line change 1
1
# The pylon version this source tree was designed for, by platform
2
2
ReferencePylonVersion = {
3
- "Windows" : "7.2.1 " ,
3
+ "Windows" : "7.3.0 " ,
4
4
# ATTENTION: This version is the pylon core version reported by pylon-config,
5
5
# which is not equal to the version on the outer tar.gz
6
- "Linux" : "7.2.1 " ,
6
+ "Linux" : "7.3.0 " ,
7
7
"Linux_armv7l" : "6.2.0" ,
8
8
"Darwin" : "6.1.2"
9
9
}
Original file line number Diff line number Diff line change
1
+ Version 2.1.0a1
2
+ - Date 2023-05-24
3
+ - Updated to pylon 7.3 on linux and windows
4
+
1
5
Version 2.0.0
2
6
- Date 2023-05-24
3
7
- Updated to pylon 7.2 on linux and windows
Original file line number Diff line number Diff line change @@ -105,8 +105,8 @@ if [ -z "$PYLON_DIR" ]; then
105
105
exit 1
106
106
fi
107
107
108
- # test for pylon 6.1
109
- files=( $PYLON_DIR /pylon_* _${PYLON_ARCH} _setup.tar.gz )
108
+ # test for pylon 6.1 and pylon 7
109
+ files=( $PYLON_DIR /pylon_* _* ${PYLON_ARCH} _setup.tar.gz )
110
110
PYLON=" ${files[0]} "
111
111
112
112
# fallback to pre 6.1 naming
You can’t perform that action at this time.
0 commit comments