File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Resources/Installers/Windows Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4141 cd Build
4242 cp -r Release open-ephys
4343 cp -r ../Resources/DataFiles open-ephys
44- cp -r ../Licenses open-ephys
44+ cp ../LICENSE open-ephys
4545 zipfile=open-ephys-${gui_ver}-linux-beta.zip
4646 zip -r $zipfile open-ephys
4747 user_info="$bintrayUser:$bintrayApiKey"
6868 cd Build
6969 cp -r Release open-ephys
7070 cp -r ../Resources/DataFiles open-ephys
71- cp -r ../Licenses open-ephys
71+ cp ../LICENSE open-ephys
7272 zipfile=open-ephys-${gui_ver}-linux.zip
7373 zip -r $zipfile open-ephys
7474 user_info="$bintrayUser:$bintrayApiKey"
Original file line number Diff line number Diff line change 4444 mkdir open-ephys
4545 mv open-ephys.app/ open-ephys
4646 cp -r ../../Resources/DataFiles open-ephys/
47- cp -r ../../Licenses open-ephys/
47+ cp ../../LICENSE open-ephys
4848 zip -r $zipfile open-ephys
4949 user_info="$bintrayUser:$bintrayApiKey"
5050 curl -T $zipfile --user $user_info https://api.bintray.com/content/open-ephys-gui/Test/Test-mac/$gui_ver/$zipfile
7878 mkdir open-ephys
7979 mv open-ephys.app/ open-ephys
8080 cp -r ../../Resources/DataFiles open-ephys/
81- cp -r ../../Licenses open-ephys/
81+ cp ../../LICENSE open-ephys
8282 zip -r $zipfile open-ephys
8383 user_info="$bintrayUser:$bintrayApiKey"
8484 curl -T $zipfile --user $user_info https://api.bintray.com/content/open-ephys-gui/Release/Release-mac/$gui_ver/$zipfile
Original file line number Diff line number Diff line change 4444 cp -r Release open-ephys
4545 cp -r ../Resources/DLLs/FrontPanelUSB-DriverOnly-4.5.5.exe open-ephys
4646 cp -r ../Resources/DataFiles open-ephys
47- cp -r ../Licenses open-ephys
47+ cp ../LICENSE open-ephys
4848 gui_ver=$(git describe --tags $(git rev-list --tags --max-count=1))
4949 zipfile=open-ephys-${gui_ver}-windows-beta.zip
5050 powershell Compress-Archive -Path "open-ephys" -DestinationPath ${zipfile}
6868 cp -r Release open-ephys
6969 cp -r ../Resources/DLLs/FrontPanelUSB-DriverOnly-4.5.5.exe open-ephys
7070 cp -r ../Resources/DataFiles open-ephys
71- cp -r ../Licenses open-ephys
71+ cp ../LICENSE open-ephys
7272 gui_ver=$(git describe --tags $(git rev-list --tags --max-count=1))
7373 zipfile=open-ephys-${gui_ver}-windows.zip
7474 powershell Compress-Archive -Path "open-ephys" -DestinationPath ${zipfile}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ DefaultDirName={autopf}\Open Ephys
88DefaultGroupName = Open Ephys
99OutputBaseFilename = Open-Ephys_Installer
1010OutputDir = .
11- LicenseFile = ..\..\..\Licenses\ LICENSE
11+ LicenseFile = ..\..\..\LICENSE
1212ArchitecturesAllowed = x64
1313ArchitecturesInstallIn64BitMode = x64
1414ChangesAssociations = yes
You can’t perform that action at this time.
0 commit comments