File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,6 +42,11 @@ cp -R "$repo_root/assets/sourceos/desktop/." "$stage/share/turtle-term/desktop/"
4242cp " $repo_root /LICENSE.md" " $stage /"
4343cp " $repo_root /THIRD_PARTY_NOTICES.md" " $stage /" 2> /dev/null || true
4444
45+ if [[ " $target " == macos-* ]] || [[ " $( uname -s) " == " Darwin" ]]; then
46+ chmod +x " $repo_root /packaging/scripts/stage-macos-app.sh"
47+ " $repo_root /packaging/scripts/stage-macos-app.sh" " $version " " $stage /share/turtle-term" > /dev/null
48+ fi
49+
4550cat > " $stage /README.md" << 'EOF '
4651# TurtleTerm Release Artifact
4752
@@ -57,6 +62,7 @@ This artifact includes:
5762- TurtleTerm mux launcher
5863- TurtleTerm profile
5964- TurtleTerm Linux desktop metadata
65+ - TurtleTerm staged macOS app metadata when built for macOS
6066- TurtleTerm skill manifests
6167- TurtleTerm turtle icon
6268- SourceOS terminal documentation
You can’t perform that action at this time.
0 commit comments