Skip to content

Commit

Permalink
Updated helpers.
Browse files Browse the repository at this point in the history
  • Loading branch information
regorxxx committed Aug 9, 2022
1 parent 55ffdad commit 3eb3e24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified _FOUND_AN_ERROR_FOLLOW_THIS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions helpers/helpers_xxx.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ conLogMaxSize = 5000000; // File size, in bytes. Setting to zero or null disable

// Linux features
const soFeat = getSoFeatures();
const soFeatFile = folders.data + 'soFeatures.json';
const soFeatFile = folders.temp + 'soFeatures.json';
initCheckFeatures(soFeat);

function getSoFeatures() {
Expand Down Expand Up @@ -76,7 +76,7 @@ function getSoFeatures() {
if (!utils.CheckFont('Segoe UI')) {
soFeat.segoe = false;
}
const soArchFile = folders.data + 'soArch.txt';
const soArchFile = folders.temp + 'soArch.txt';
if (!utils.IsFile(soArchFile)) {
const soBat = folders.xxx + 'helpers-external\\checkso\\checkso.bat';
const run = function () {try {WshShell.Run([...arguments].map((arg) => {return '"' + arg + '"';}).join(' '), 0, true);} catch (e) {}};
Expand Down

0 comments on commit 3eb3e24

Please sign in to comment.