File tree Expand file tree Collapse file tree 6 files changed +10
-16
lines changed
Linux/Open-Ephys_Installer/DEBIAN Expand file tree Collapse file tree 6 files changed +10
-16
lines changed Original file line number Diff line number Diff line change 54
54
cd Build
55
55
cp -r Release open-ephys
56
56
cp ../LICENSE open-ephys
57
- zipfile=open-ephys-v1.0.0-alpha.1 -linux.zip
57
+ zipfile=open-ephys-v1.0.0-alpha.2 -linux.zip
58
58
zip -r $zipfile open-ephys
59
59
user_info="X-JFrog-Art-Api:$ARTIFACTORY_ACCESS_TOKEN"
60
60
curl -H $user_info -T $zipfile "https://openephys.jfrog.io/artifactory/GUI-binaries/1.0.0-alpha/linux/$zipfile"
65
65
cp ../../../Scripts/40-open-ephys.rules usr/local/bin/open-ephys-gui
66
66
cd ..
67
67
dpkg-deb --build Open-Ephys_Installer
68
- installer=open-ephys-gui-v1.0.0-alpha.1 .deb
68
+ installer=open-ephys-gui-v1.0.0-alpha.2 .deb
69
69
mv -v Open-Ephys_Installer.deb $installer
70
70
curl -H $user_info -T $installer "https://openephys.jfrog.io/artifactory/GUI-binaries/1.0.0-alpha/linux/$installer"
71
71
shell : bash
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ jobs:
155
155
/usr/bin/ditto -x -k open-ephys.zip open-ephys
156
156
xcrun stapler staple open-ephys/Open\ Ephys\ GUI.app
157
157
158
- zipfile=open-ephys-v1.0.0-alpha.1 -mac.zip
158
+ zipfile=open-ephys-v1.0.0-alpha.2 -mac.zip
159
159
/usr/bin/ditto -c -k --sequesterRsrc --keepParent open-ephys $zipfile
160
160
user_info="X-JFrog-Art-Api:$ARTIFACTORY_ACCESS_TOKEN"
161
161
curl -H $user_info -T $zipfile "https://openephys.jfrog.io/artifactory/GUI-binaries/1.0.0-alpha/mac/$zipfile"
@@ -174,7 +174,7 @@ jobs:
174
174
"Open-Ephys-Installer.dmg" \
175
175
"open-ephys/"
176
176
177
- installer=Open_Ephys_GUI_v1.0.0-alpha.1 .dmg
177
+ installer=Open_Ephys_GUI_v1.0.0-alpha.2 .dmg
178
178
mv -v Open-Ephys-Installer.dmg $installer
179
179
180
180
echo "Notarize DMG"
Original file line number Diff line number Diff line change 66
66
cp C:/Windows/System32/vcruntime140.dll open-ephys
67
67
cp C:/Windows/System32/vcruntime140_1.dll open-ephys
68
68
gui_ver=$(git describe --tags $(git rev-list --tags --max-count=1))
69
- zipfile=open-ephys-v1.0.0-alpha.1 -windows.zip
69
+ zipfile=open-ephys-v1.0.0-alpha.2 -windows.zip
70
70
powershell Compress-Archive -Path "open-ephys" -DestinationPath ${zipfile}
71
71
user_info="X-JFrog-Art-Api:$ARTIFACTORY_ACCESS_TOKEN"
72
72
curl -H $user_info -T $zipfile "https://openephys.jfrog.io/artifactory/GUI-binaries/1.0.0-alpha/windows/$zipfile"
75
75
rm -f msvcp140.dll vcruntime140.dll vcruntime140_1.dll
76
76
cd ../../Resources/Installers/Windows
77
77
iscc "windows_installer_script.iss"
78
- installer=Install-Open-Ephys-GUI-v1.0.0-alpha.1 .exe
78
+ installer=Install-Open-Ephys-GUI-v1.0.0-alpha.2 .exe
79
79
mv Open-Ephys_Installer.exe $installer
80
80
curl -H $user_info -T $installer "https://openephys.jfrog.io/artifactory/GUI-binaries/1.0.0-alpha/windows/$installer"
81
81
shell : bash
Original file line number Diff line number Diff line change 1
1
#Open Ephys GUI main build file
2
2
cmake_minimum_required (VERSION 3.15 )
3
3
4
- set (GUI_VERSION 1.0.0-alpha.1 )
4
+ set (GUI_VERSION 1.0.0-alpha.2 )
5
5
6
6
string (REGEX MATCHALL "[0-9]+" VERSION_LIST ${GUI_VERSION} )
7
7
list (LENGTH VERSION_LIST num_version_components )
Original file line number Diff line number Diff line change 1
1
Package: open-ephys
2
- Version: 1.0.0-alpha.1
2
+ Version: 1.0.0-alpha.2
3
3
Architecture: amd64
4
4
Installed-Size: 18644
5
5
Section: science
Original file line number Diff line number Diff line change 1
1
[Setup]
2
- <<<<<<< HEAD
3
- AppName = Open Ephys
4
- AppVersion = 1.0 .0 -alpha.1
5
- AppVerName = Open Ephys 1.0 .0 -alpha.1
6
- =======
7
2
AppId = Open Ephys
8
3
AppName = Open Ephys GUI
9
- AppVersion = 1.0 .0 -alpha.1
10
- AppVerName = Open Ephys GUI 1.0 .0 -alpha.1
11
- >>>>>>> development-juce8
4
+ AppVersion = 1.0 .0 -alpha.2
5
+ AppVerName = Open Ephys GUI 1.0 .0 -alpha.2
12
6
AppCopyright = Copyright (C) 2010 -2024 , Open Ephys & Contributors
13
7
AppPublisher = open-ephys.org
14
8
AppPublisherURL = https://open-ephys.org/gui
You can’t perform that action at this time.
0 commit comments