From 984aef11cd6ba60acbeb24e2aa44020eb7e30596 Mon Sep 17 00:00:00 2001 From: Zaher Salman Date: Mon, 14 Jun 2021 22:46:07 +0200 Subject: [PATCH] Use app path to determine where trimspNL binary is. --- TrimSP.html | 8 +++++++- TrimSPelec.js | 7 ------- TrimSPlib.js | 11 +++++------ main.js | 6 ++++-- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/TrimSP.html b/TrimSP.html index 78839af..0344bce 100644 --- a/TrimSP.html +++ b/TrimSP.html @@ -11,6 +11,7 @@ const ipcRenderer = require('electron').ipcRenderer; const fs = require('fs'); const exec = require('child_process').execSync; + const remote = require('electron').remote; Trim.SP @@ -32,7 +33,10 @@ - + @@ -208,6 +212,8 @@
+ + +