Skip to content

Commit 46df733

Browse files
committed
Remove LICENSE file from macOS dmg
1 parent 90f8374 commit 46df733

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/osx.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
cd Build/Release
4343
mkdir open-ephys
4444
mv open-ephys.app/ open-ephys
45-
cp ../../LICENSE open-ephys
4645
zip -r $zipfile open-ephys
4746
user_info="X-JFrog-Art-Api:$artifactoryApiKey"
4847
curl -H $user_info -T $zipfile "https://openephysgui.jfrog.io/artifactory/Test/mac/$zipfile"
@@ -71,7 +70,6 @@ jobs:
7170
cd Build/Release
7271
mkdir open-ephys
7372
mv open-ephys.app/ open-ephys
74-
cp ../../LICENSE open-ephys
7573
zip -r $zipfile open-ephys
7674
user_info="X-JFrog-Art-Api:$artifactoryApiKey"
7775
curl -H $user_info -T $zipfile "https://openephysgui.jfrog.io/artifactory/Release/mac/$zipfile"

0 commit comments

Comments
 (0)