Explorar el Código

Use better launch path for CLI

master
Matt Baer hace 6 años
padre
commit
7539da8e1f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      writeas/ViewController.swift

+ 1
- 1
writeas/ViewController.swift Ver fichero

@@ -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


Cargando…
Cancelar
Guardar