Skip to content

Commit

Permalink
Include only ds9 binary
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro committed Sep 4, 2023
1 parent 5548e9c commit ca3c62b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ jobs:
cd $BUILD_DIR
mkdir -p AppDir/usr/bin
mkdir -p AppDir/usr/share/icons/hicolor/128x128/apps
cp ds9/bin/* AppDir/usr/bin
#cp ds9/bin/* AppDir/usr/bin
cp ds9/bin/ds9 AppDir/usr/bin
cp ds9.png AppDir/usr/share/icons/hicolor/128x128/apps
./appimage-builder --recipe AppImageBuilder.yml
Expand Down

0 comments on commit ca3c62b

Please sign in to comment.