Skip to content

Commit

Permalink
chore(desktop): fix terminal launch script (#1871)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrious authored Mar 20, 2023
1 parent ba5773a commit ee9fba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/launch/mac/launch_terminal.scpt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on run argv
tell application "Terminal"
activate
set ProjectRoot to "$(dirname $(dirname $(dirname $(dirname " & (POSIX path of (path to me)) & "))))"
do script "pnpm -F renderer-app start" & REGION
do script "pnpm -F flat start" & REGION
do script "cd " & ProjectRoot & " && pnpm -F renderer-app start" & REGION
do script "cd " & ProjectRoot & " && pnpm -F flat start" & REGION
end tell
end run

0 comments on commit ee9fba3

Please sign in to comment.