File tree Expand file tree Collapse file tree
Linux/Open-Ephys_Installer/DEBIAN Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 cd Build
5555 cp -r Release open-ephys
5656 cp ../LICENSE open-ephys
57- zipfile=open-ephys-v1.0.0-alpha.2 -linux.zip
57+ zipfile=open-ephys-v1.0.0-alpha.3 -linux.zip
5858 zip -r $zipfile open-ephys
5959 user_info="X-JFrog-Art-Api:$ARTIFACTORY_ACCESS_TOKEN"
6060 curl -H $user_info -T $zipfile "https://openephys.jfrog.io/artifactory/GUI-binaries/1.0.0-alpha/linux/$zipfile"
6565 cp ../../../Scripts/40-open-ephys.rules usr/local/bin/open-ephys-gui
6666 cd ..
6767 dpkg-deb --build Open-Ephys_Installer
68- installer=open-ephys-gui-v1.0.0-alpha.2 .deb
68+ installer=open-ephys-gui-v1.0.0-alpha.3 .deb
6969 mv -v Open-Ephys_Installer.deb $installer
7070 curl -H $user_info -T $installer "https://openephys.jfrog.io/artifactory/GUI-binaries/1.0.0-alpha/linux/$installer"
7171 shell : bash
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ jobs:
155155 /usr/bin/ditto -x -k open-ephys.zip open-ephys
156156 xcrun stapler staple open-ephys/Open\ Ephys\ GUI.app
157157
158- zipfile=open-ephys-v1.0.0-alpha.2 -mac.zip
158+ zipfile=open-ephys-v1.0.0-alpha.3 -mac.zip
159159 /usr/bin/ditto -c -k --sequesterRsrc --keepParent open-ephys $zipfile
160160 user_info="X-JFrog-Art-Api:$ARTIFACTORY_ACCESS_TOKEN"
161161 curl -H $user_info -T $zipfile "https://openephys.jfrog.io/artifactory/GUI-binaries/1.0.0-alpha/mac/$zipfile"
@@ -174,7 +174,7 @@ jobs:
174174 "Open-Ephys-Installer.dmg" \
175175 "open-ephys/"
176176
177- installer=Open_Ephys_GUI_v1.0.0-alpha.2 .dmg
177+ installer=Open_Ephys_GUI_v1.0.0-alpha.3 .dmg
178178 mv -v Open-Ephys-Installer.dmg $installer
179179
180180 echo "Notarize DMG"
Original file line number Diff line number Diff line change 6666 cp C:/Windows/System32/vcruntime140.dll open-ephys
6767 cp C:/Windows/System32/vcruntime140_1.dll open-ephys
6868 gui_ver=$(git describe --tags $(git rev-list --tags --max-count=1))
69- zipfile=open-ephys-v1.0.0-alpha.2 -windows.zip
69+ zipfile=open-ephys-v1.0.0-alpha.3 -windows.zip
7070 powershell Compress-Archive -Path "open-ephys" -DestinationPath ${zipfile}
7171 user_info="X-JFrog-Art-Api:$ARTIFACTORY_ACCESS_TOKEN"
7272 curl -H $user_info -T $zipfile "https://openephys.jfrog.io/artifactory/GUI-binaries/1.0.0-alpha/windows/$zipfile"
7575 rm -f msvcp140.dll vcruntime140.dll vcruntime140_1.dll
7676 cd ../../Resources/Installers/Windows
7777 iscc "windows_installer_script.iss"
78- installer=Install-Open-Ephys-GUI-v1.0.0-alpha.2 .exe
78+ installer=Install-Open-Ephys-GUI-v1.0.0-alpha.3 .exe
7979 mv Open-Ephys_Installer.exe $installer
8080 curl -H $user_info -T $installer "https://openephys.jfrog.io/artifactory/GUI-binaries/1.0.0-alpha/windows/$installer"
8181 shell : bash
Original file line number Diff line number Diff line change 11#Open Ephys GUI main build file
22cmake_minimum_required (VERSION 3.15 )
33
4- set (GUI_VERSION 1.0.0-alpha.2 )
4+ set (GUI_VERSION 1.0.0-alpha.3 )
55
66string (REGEX MATCHALL "[0-9]+" VERSION_LIST ${GUI_VERSION} )
77list (LENGTH VERSION_LIST num_version_components)
Original file line number Diff line number Diff line change 11Package: open-ephys
2- Version: 1.0.0-alpha.2
2+ Version: 1.0.0-alpha.3
33Architecture: amd64
44Installed-Size: 18644
55Section: science
Original file line number Diff line number Diff line change 11[Setup]
22AppId = Open Ephys
33AppName = Open Ephys GUI
4- AppVersion = 1.0 .0 -alpha.2
5- AppVerName = Open Ephys GUI 1.0 .0 -alpha.2
4+ AppVersion = 1.0 .0 -alpha.3
5+ AppVerName = Open Ephys GUI 1.0 .0 -alpha.3
66AppCopyright = Copyright (C) 2010 -2025 , Open Ephys & Contributors
77AppPublisher = open-ephys.org
88AppPublisherURL = https://open-ephys.org/gui
You can’t perform that action at this time.
0 commit comments