ソースを参照

Use better launch path for CLI

master
Matt Baer 6年前
コミット
7539da8e1f
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      writeas/ViewController.swift

+ 1
- 1
writeas/ViewController.swift ファイルの表示

@@ -98,7 +98,7 @@ class ViewController: NSViewController, NSTextViewDelegate, NSUserNotificationCe

DispatchQueue.global(qos: .background).async {
let task = Process()
task.launchPath = Bundle.main.executablePath! + "/../../Resources/writeas"
task.launchPath = Bundle.main.resourcePath! + "/writeas"
task.arguments = ["--font", Preferences.getFont().rawValue]
let pipe = Pipe()
task.standardInput = pipe


読み込み中…
キャンセル
保存