Skip to content

Commit

Permalink
fix: calling IMSProg_editor from inside IMSProg
Browse files Browse the repository at this point in the history
exported PATH to include the editor’s location since the spawned shell doesn’t load “~/.zshrc”

Signed-off-by: Amr AlSamahy <amrashraf@protonmail.com>
  • Loading branch information
asamahy committed Sep 16, 2024
1 parent 13036cb commit eb56206
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions create_macos_appbundles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ create_launch_script() {
cat << ENDOFSCRIPT > "$CONTENTSDIR/MacOS/$EXECUTABLE_NAME"
#!/usr/bin/env bash
export PATH=$PATH:/usr/local/bin/IMSProg_editor
bash -c "$COMMAND > /dev/null 2>&1 &"
ENDOFSCRIPT

Expand Down

0 comments on commit eb56206

Please sign in to comment.